diff options
author | tomas@poseidon.(none) <> | 2004-09-02 15:51:44 +0000 |
---|---|---|
committer | tomas@poseidon.(none) <> | 2004-09-02 15:51:44 +0000 |
commit | 1e6925802a3dc50d061cb9a779a1c821cdbe2532 (patch) | |
tree | 92f3e6a76aa05fa9be6b0987926131ad74ef9115 /mysql-test/r/ndb_index_unique.result | |
parent | 72083ff6ed5cff0d58cd448aaa976f46b2944985 (diff) | |
download | mariadb-git-1e6925802a3dc50d061cb9a779a1c821cdbe2532.tar.gz |
fixed wrong initial auto increment value bug#5369
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 |