mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
making sure that test works.
This commit is contained in:
parent
77eb6e5063
commit
aea4967bd5
2 changed files with 2 additions and 2 deletions
|
|
@ -1090,4 +1090,4 @@ UPDATE t1,t2 SET t1.id=t1.id+1 where t1.id!=t2.id;
|
|||
SELECT * from t1;
|
||||
id
|
||||
3
|
||||
DROP TABLE IF EXISTS t1,t2;
|
||||
DROP TABLE t1,t2;
|
||||
|
|
|
|||
|
|
@ -725,4 +725,4 @@ UPDATE t1,t2 SET t1.id=t1.id+1, t2.t1_id=t1.id+1;
|
|||
SELECT * from t1;
|
||||
UPDATE t1,t2 SET t1.id=t1.id+1 where t1.id!=t2.id;
|
||||
SELECT * from t1;
|
||||
DROP TABLE IF EXISTS t1,t2;
|
||||
DROP TABLE t1,t2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue