Enable mxs1778_causal_reads with 10.3.8

The MariaDB 10.3.8 release fixes the use of last_gtid as a value for
session_track_system_variables. This means that the test can be enabled if
the backends are new enough.
This commit is contained in:
Markus Mäkelä 2018-07-18 22:36:14 +03:00
parent 560157081c
commit 843b8d92eb
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -8,9 +8,7 @@
int main(int argc, char** argv)
{
printf("THIS TEST IS DISABLED UNTIL A SERVER VERSION WITH THE FIX IS RELEASED\n");
return 0;
TestConnections::require_repl_version("10.3.8");
TestConnections test(argc, argv);
const int N_QUERIES = 100;