Commit 26b12adb authored by Luis Soares's avatar Luis Soares

Makes slave_type_conversions_basic to be skipped in embedded

run in PB2 as it ought to be. Otherwise test will fail because
variable is no recognized:

1193: Unknown system variable 'slave_type_conversions'
parent 5f42365a
--source include/not_embedded.inc
set @saved_slave_type_conversions = @@global.slave_type_conversions;
SELECT @@global.slave_type_conversions;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment