mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Updated manual about embedded version.
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
connect (master,localhost,root,,test,0,mysql-master.sock);
|
||||
connect (master1,localhost,root,,test,0,mysql-master.sock);
|
||||
connect (slave,localhost,root,,test,0,mysql-slave.sock);
|
||||
connect (slave1,localhost,root,,test,0,mysql-slave.sock);
|
||||
connect (master,localhost,root,,test,0,master.sock);
|
||||
connect (master1,localhost,root,,test,0,master.sock);
|
||||
connect (slave,localhost,root,,test,0,slave.sock);
|
||||
connect (slave1,localhost,root,,test,0,slave.sock);
|
||||
connection slave;
|
||||
!slave stop;
|
||||
@r/slave-stopped.result show status like 'Slave_running';
|
||||
|
Reference in New Issue
Block a user