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/drop.result | |
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/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 2 |
1 files changed, 2 insertions, 0 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 |