mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Bug#49501 Inefficient information_schema check (system collation), addon
removed wrongly introduced strlen calls sql/events.cc: removed wrongly introduced strlen calls sql/mysql_priv.h: removed wrongly introduced strlen calls sql/repl_failsafe.cc: removed wrongly introduced strlen calls sql/sql_db.cc: removed wrongly introduced strlen calls sql/sql_parse.cc: removed wrongly introduced strlen calls sql/sql_show.cc: removed wrongly introduced strlen calls
This commit is contained in:
@ -905,7 +905,7 @@ bool load_master_data(THD* thd)
|
||||
if (!rpl_filter->db_ok(db) ||
|
||||
!rpl_filter->db_ok_with_wild_table(db) ||
|
||||
!strcmp(db,"mysql") ||
|
||||
is_schema_db(db, strlen(db)))
|
||||
is_schema_db(db))
|
||||
{
|
||||
*cur_table_res = 0;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user