diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-03-27 10:23:04 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-03-27 10:23:04 -0700 |
commit | 91e815b3334a46c4fd22494006e2d50ab4787d16 (patch) | |
tree | b259df95075283c70975d393530781a9d2da0d8d /mysql-test/r | |
parent | 33ec68e127d515bc98be3ba0d9f88ec0d4e2b5f3 (diff) | |
download | mariadb-git-91e815b3334a46c4fd22494006e2d50ab4787d16.tar.gz |
I was wrong about concurrent insert issue in rpl000016 - it still failed
once after the lock. Now changed test case and added eval support to
mysqltest to make it easier to debug
client/mysqltest.c:
added eval query command to be able to use variables in a query
mysql-test/r/rpl000016.result:
updates for new test case
mysql-test/t/rpl000016.test:
changed test case to make it easier to debug
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/drop.result | 2 | ||||
-rw-r--r-- | mysql-test/r/rpl000016.result | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result new file mode 100644 index 00000000000..67923fe903c --- /dev/null +++ b/mysql-test/r/drop.result @@ -0,0 +1,2 @@ +n +1 diff --git a/mysql-test/r/rpl000016.result b/mysql-test/r/rpl000016.result index 613a97d5b7e..da9dccae9f4 100644 --- a/mysql-test/r/rpl000016.result +++ b/mysql-test/r/rpl000016.result @@ -21,9 +21,10 @@ Log_name master-bin.003 master-bin.004 master-bin.005 +master-bin.006 File Position Binlog_do_db Binlog_ignore_db -master-bin.005 1504 +master-bin.006 131 Master_Host Master_User Master_Port Connect_retry Log_File Pos Slave_Running Replicate_do_db Replicate_ignore_db Last_errno Last_error Skip_counter -127.0.0.1 root 9306 60 master-bin.005 1504 Yes 0 0 +127.0.0.1 root 9306 60 master-bin.006 131 Yes 0 0 count(*) 100 |