blob: 8906007a348150716d8f381a9c12d0aacf74dbf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
|