1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3674: Fix row-based replication detection

Changed the row-based repl detection mechanism so stmt-based repl works
again, however, the detection mechanism is still wrong somehow.  What it
should be is currently unknown.
This commit is contained in:
Patrick LeBlanc
2019-12-17 13:15:58 -05:00
parent 451284aeee
commit e02302908b
2 changed files with 11 additions and 11 deletions

View File

@ -72,6 +72,7 @@ template <class T> bool isnan(T);
#include "tztime.h"
#include "derived_handler.h"
#include "select_handler.h"
#include "rpl_rli.h"
// Now clean up the pollution as best we can...
#undef min
@ -113,4 +114,3 @@ inline char* idb_mysql_query_str(THD* thd)
#endif
// vim:ts=4 sw=4: