mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
fixed a (merge?) problem running the tests:
now the cluster related commands have 'use db' in the binlog.
This commit is contained in:
parent
e83ee8ce0c
commit
fbf0af0683
1 changed files with 4 additions and 4 deletions
|
@ -35,20 +35,20 @@ pk1 b c
|
||||||
show binlog events from <binlog_start>;
|
show binlog events from <binlog_start>;
|
||||||
Log_name Pos Event_type Server_id End_log_pos Info
|
Log_name Pos Event_type Server_id End_log_pos Info
|
||||||
master-bin.000001 # Query 1 # use `test`; DROP TABLE IF EXISTS t1
|
master-bin.000001 # Query 1 # use `test`; DROP TABLE IF EXISTS t1
|
||||||
master-bin.000001 # Query 1 # CREATE LOGFILE GROUP lg1
|
master-bin.000001 # Query 1 # use `test`; CREATE LOGFILE GROUP lg1
|
||||||
ADD UNDOFILE 'undofile.dat'
|
ADD UNDOFILE 'undofile.dat'
|
||||||
INITIAL_SIZE 16M
|
INITIAL_SIZE 16M
|
||||||
UNDO_BUFFER_SIZE = 1M
|
UNDO_BUFFER_SIZE = 1M
|
||||||
ENGINE=NDB
|
ENGINE=NDB
|
||||||
master-bin.000001 # Query 1 # alter logfile group lg1
|
master-bin.000001 # Query 1 # use `test`; alter logfile group lg1
|
||||||
add undofile 'undofile02.dat'
|
add undofile 'undofile02.dat'
|
||||||
initial_size 4M engine=ndb
|
initial_size 4M engine=ndb
|
||||||
master-bin.000001 # Query 1 # CREATE TABLESPACE ts1
|
master-bin.000001 # Query 1 # use `test`; CREATE TABLESPACE ts1
|
||||||
ADD DATAFILE 'datafile.dat'
|
ADD DATAFILE 'datafile.dat'
|
||||||
USE LOGFILE GROUP lg1
|
USE LOGFILE GROUP lg1
|
||||||
INITIAL_SIZE 12M
|
INITIAL_SIZE 12M
|
||||||
ENGINE NDB
|
ENGINE NDB
|
||||||
master-bin.000001 # Query 1 # alter tablespace ts1
|
master-bin.000001 # Query 1 # use `test`; alter tablespace ts1
|
||||||
add datafile 'datafile02.dat'
|
add datafile 'datafile02.dat'
|
||||||
initial_size 4M engine=ndb
|
initial_size 4M engine=ndb
|
||||||
master-bin.000001 # Query 1 # use `test`; CREATE TABLE t1
|
master-bin.000001 # Query 1 # use `test`; CREATE TABLE t1
|
||||||
|
|
Loading…
Add table
Reference in a new issue