MXS-2699 Add test that reveals other bug

This commit is contained in:
Johan Wikman 2019-09-26 16:43:12 +03:00
parent 5bbb2e239d
commit c01ecfed05

View File

@ -135,3 +135,4 @@ SET @saved_cs_client= @@character_set_client;
# MXS-2699
SELECT NEXTVAL(id_generator), context FROM t1 WHERE (a,b,c) >= (1,2,3);
select soundex(_utf8mb4 0xD091D092D093) as vx, gray_user_tag from user_extends where user_id > last_insert_id();