Merge branch '2.1' into develop

Bringing in MXS-1406
This commit is contained in:
Johan Wikman
2017-09-13 10:02:13 +03:00
5 changed files with 13 additions and 1 deletions

View File

@ -83,4 +83,7 @@ SELECT her FROM (SELECT @@server_id as her) as t WHERE her REGEXP '.*';
select * from db1.t1 union select * from db2.t2;
# Names is a keyword as well
select names from t;
select names from t;
call p1();
call p1(@var);