1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

branches/zip: Merge 1783:1792 from trunk.

This commit is contained in:
marko
2007-09-03 08:44:39 +00:00
parent a2943ec761
commit 140a706079
6 changed files with 46 additions and 60 deletions

View File

@@ -502,7 +502,7 @@ ERROR 23000: Duplicate entry 'test2' for key 'ggid'
select * from t1;
id ggid email passwd
1 this will work
4 test2 this will work
3 test2 this will work
select * from t1 where id=1;
id ggid email passwd
1 this will work