Commit 19f0e98b authored by unknown's avatar unknown

Merge mysql.com:/home/bkroot/mysql-4.1 into mysql.com:/home/bk/bXXXX-4.1

parents 92193aec e6f04fe7
...@@ -759,7 +759,7 @@ static TABLE_RULE_ENT* find_wild(DYNAMIC_ARRAY *a, const char* key, int len) ...@@ -759,7 +759,7 @@ static TABLE_RULE_ENT* find_wild(DYNAMIC_ARRAY *a, const char* key, int len)
1 should be logged/replicated 1 should be logged/replicated
*/ */
int tables_ok(THD* thd, TABLE_LIST* tables) bool tables_ok(THD* thd, TABLE_LIST* tables)
{ {
bool some_tables_updating= 0; bool some_tables_updating= 0;
DBUG_ENTER("tables_ok"); DBUG_ENTER("tables_ok");
......
...@@ -496,7 +496,7 @@ int show_master_info(THD* thd, MASTER_INFO* mi); ...@@ -496,7 +496,7 @@ int show_master_info(THD* thd, MASTER_INFO* mi);
int show_binlog_info(THD* thd); int show_binlog_info(THD* thd);
/* See if the query uses any tables that should not be replicated */ /* See if the query uses any tables that should not be replicated */
int tables_ok(THD* thd, TABLE_LIST* tables); bool tables_ok(THD* thd, TABLE_LIST* tables);
/* /*
Check to see if the database is ok to operate on with respect to the Check to see if the database is ok to operate on with respect to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment