Notes on changes for mysql/mariadb
This commit is contained in:
parent
5e3dfd98a8
commit
428ec679ea
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
=/nolog=, which leaves the need to connect to a database
|
=/nolog=, which leaves the need to connect to a database
|
||||||
until *after* the process has commenced.
|
until *after* the process has commenced.
|
||||||
- Set SQL buffer settings
|
- Set SQL buffer settings
|
||||||
|
* *MySQL addition* =(enode-mysql-start-engine)=
|
||||||
|
- =t=: nothing can happen here as mysql doesn't support
|
||||||
|
starting an interactive shell.
|
||||||
+ Open the =*_ENODE.sql= file for the project
|
+ Open the =*_ENODE.sql= file for the project
|
||||||
+ =(setq enode-up t)= to declare that enode has started.
|
+ =(setq enode-up t)= to declare that enode has started.
|
||||||
+ =(enode-connection)= called interactively
|
+ =(enode-connection)= called interactively
|
||||||
|
@ -29,6 +32,7 @@
|
||||||
+ =conn-user=: Username
|
+ =conn-user=: Username
|
||||||
+ =conn-connection=: Database connection: modelled by Oracle's TNSNames details
|
+ =conn-connection=: Database connection: modelled by Oracle's TNSNames details
|
||||||
+ =conn-prompt=: a three-character designator to use as the SQL*Plus prompt.
|
+ =conn-prompt=: a three-character designator to use as the SQL*Plus prompt.
|
||||||
|
+ *MySQL addition*: We need to get the host.
|
||||||
- Add these details as a record in the =current-type-connections= list.
|
- Add these details as a record in the =current-type-connections= list.
|
||||||
- Update =all-connections= with the new =current-type-connections= list.
|
- Update =all-connections= with the new =current-type-connections= list.
|
||||||
- Update =enode-connections-file=.
|
- Update =enode-connections-file=.
|
||||||
|
|
Loading…
Reference in a new issue