MXS-1527 Add test case

This commit is contained in:
Johan Wikman
2017-12-27 14:14:51 +02:00
parent ba9b4a3bf6
commit 1908faf150
2 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,4 @@ use X;
select last_insert_id();
select @@last_insert_id;
select @@identity;
select if(@@hostname='box02','prod_mariadb02','n');