diff options
author | jmiller@mysql.com <> | 2006-02-10 12:52:35 +0100 |
---|---|---|
committer | jmiller@mysql.com <> | 2006-02-10 12:52:35 +0100 |
commit | 7ce371210f98551fd5e307bbaa80f6fb51733e87 (patch) | |
tree | 91006e91acf6345956ae87a87a406f12576a0a04 /mysql-test/r/rpl_ndb_idempotent.result | |
parent | a66d8a5b3b09c838a200bbca19ef6d3d30705ded (diff) | |
download | mariadb-git-7ce371210f98551fd5e307bbaa80f6fb51733e87.tar.gz |
test updates
Diffstat (limited to 'mysql-test/r/rpl_ndb_idempotent.result')
-rw-r--r-- | mysql-test/r/rpl_ndb_idempotent.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_ndb_idempotent.result b/mysql-test/r/rpl_ndb_idempotent.result index 054ff599c23..3315e05f97e 100644 --- a/mysql-test/r/rpl_ndb_idempotent.result +++ b/mysql-test/r/rpl_ndb_idempotent.result @@ -70,3 +70,4 @@ row2 new on slave 2 SHOW SLAVE STATUS; Slave_IO_State Master_Host Master_User Master_Port Connect_Retry Master_Log_File Read_Master_Log_Pos Relay_Log_File Relay_Log_Pos Relay_Master_Log_File Slave_IO_Running Slave_SQL_Running Replicate_Do_DB Replicate_Ignore_DB Replicate_Do_Table Replicate_Ignore_Table Replicate_Wild_Do_Table Replicate_Wild_Ignore_Table Last_Errno Last_Error Skip_Counter Exec_Master_Log_Pos Relay_Log_Space Until_Condition Until_Log_File Until_Log_Pos Master_SSL_Allowed Master_SSL_CA_File Master_SSL_CA_Path Master_SSL_Cert Master_SSL_Cipher Master_SSL_Key Seconds_Behind_Master <Slave_IO_State> 127.0.0.1 root MASTER_PORT 1 master-bin.000001 <Read_Master_Log_Pos> <Relay_Log_File> <Relay_Log_Pos> master-bin.000001 Yes Yes <Replicate_Ignore_Table> 0 0 <Exec_Master_Log_Pos> <Relay_Log_Space> None 0 No <Seconds_Behind_Master> +DROP TABLE IF EXISTS t1; |