mariadb/mysql-test/suite/versioning/r/select,trx_id.rdiff
2025-01-05 16:40:11 +02:00

11 lines
380 B
Text

--- select.result
+++ select.reject
@@ -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);