mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
11 lines
452 B
Text
11 lines
452 B
Text
--- select.result 2018-06-29 18:09:17.962447067 +0200
|
|
+++ select.reject 2018-06-29 18:10:04.618808616 +0200
|
|
@@ -17,6 +17,8 @@
|
|
(8, 108),
|
|
(9, 109);
|
|
set @t0= now(6);
|
|
+Warnings:
|
|
+Warning 1287 '<select expression> INTO <destination>;' is deprecated and will be removed in a future release. Please use 'SELECT <select list> INTO <destination> FROM...' instead
|
|
delete from t1 where x = 3;
|
|
delete from t1 where x > 7;
|
|
insert into t1(x, y) values(3, 33);
|