mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
After merge fix.
This commit is contained in:
parent
77cb275b70
commit
5d096b89f2
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ INSERT INTO t1 VALUES(1),(2);
|
|||
UPDATE IGNORE t1, t1 AS t1a SET t1.a=3;
|
||||
SELECT a FROM t1 ORDER BY a;
|
||||
a
|
||||
1
|
||||
2
|
||||
3
|
||||
DROP TABLE t1;
|
||||
|
|
Loading…
Add table
Reference in a new issue