MXS-2733 Add test that reveals problem

This commit is contained in:
Johan Wikman 2019-10-28 08:30:04 +02:00
parent 54fc154137
commit d3407471b3
2 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,4 @@ QUERY_TYPE_READ
QUERY_TYPE_SESSION_WRITE|QUERY_TYPE_USERVAR_WRITE
QUERY_TYPE_READ|QUERY_TYPE_MASTER_READ
QUERY_TYPE_WRITE
QUERY_TYPE_READ

View File

@ -33,3 +33,4 @@ select timediff(cast('2004-12-30 12:00:00' as time), '12:00:00');
SET @saved_cs_client= @@character_set_client;
SELECT 1 AS c1 FROM t1 ORDER BY ( SELECT 1 AS c2 FROM t1 GROUP BY GREATEST(LAST_INSERT_ID(), t1.a) ORDER BY GREATEST(LAST_INSERT_ID(), t1.a) LIMIT 1);
SET PASSWORD FOR 'user'@'10.0.0.1'='*C50EB75D7CB4C76B5264218B92BC69E6815B057A';
SELECT UTC_TIMESTAMP();