diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-02 15:51:44 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-02 15:51:44 +0000 |
commit | 0d3ade0bb5bdb4abade0f2178b30dab8e39f03bf (patch) | |
tree | 92f3e6a76aa05fa9be6b0987926131ad74ef9115 /mysql-test/r/ndb_index_unique.result | |
parent | 467017139e7ed040bdf4c2650ac037a9a558dc63 (diff) | |
download | mariadb-git-0d3ade0bb5bdb4abade0f2178b30dab8e39f03bf.tar.gz |
fixed wrong initial auto increment value bug#5369
ndb/tools/waiter.cpp:
added option to set timeout to ndb_waiter
Diffstat (limited to 'mysql-test/r/ndb_index_unique.result')
-rw-r--r-- | mysql-test/r/ndb_index_unique.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_index_unique.result b/mysql-test/r/ndb_index_unique.result index 4362de94b48..f1407dfe78d 100644 --- a/mysql-test/r/ndb_index_unique.result +++ b/mysql-test/r/ndb_index_unique.result @@ -242,7 +242,7 @@ select * from t1 where cv = 'test'; cid cv select * from t2 where cap = 'another dummy'; cid cap -0 another dummy +1 another dummy select * from t4 where uid = 1 and gid=1 and rid=2 and cid=4; uid gid rid cid 1 1 2 4 |