You've already forked mariadb-columnstore-engine
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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user