mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
References lp:1066784
merged with patch: bzr diff lp:codership-mysql/5.5 -r3795..3809
This commit is contained in:
@@ -204,6 +204,7 @@ inline bool is_supported_parser_charset(CHARSET_INFO *cs)
|
||||
}
|
||||
#ifdef WITH_WSREP
|
||||
|
||||
#define WSREP_MYSQL_DB (char *)"mysql"
|
||||
#define WSREP_TO_ISOLATION_BEGIN(db_, table_, table_list_) \
|
||||
if (WSREP(thd) && wsrep_to_isolation_begin(thd, db_, table_, table_list_)) goto error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user