diff options
author | sasha@laptop.slkc.uswest.net <> | 2000-11-11 14:50:39 -0700 |
---|---|---|
committer | sasha@laptop.slkc.uswest.net <> | 2000-11-11 14:50:39 -0700 |
commit | a25aed33d99463413c0b8e501afc70eeb96efe15 (patch) | |
tree | 151539228a360db4526847582397a4c1edbdfa8d /sql/mysql_priv.h | |
parent | f325f5fc7fa2f6dd77ceb4ae901c20c1726b5e24 (diff) | |
download | mariadb-git-a25aed33d99463413c0b8e501afc70eeb96efe15.tar.gz |
laptop commit, syncing with the repostitory. Fixed some bad bugs in replication
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 2c8a91f917a..384d98de40a 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -205,19 +205,6 @@ inline THD *_current_thd(void) #include "sql_class.h" #include "opt_range.h" -int mysql_table_dump(THD* thd, char* db, char* tbl_name, int fd = -1); -// if fd is -1, dump to NET -int fetch_nx_table(THD* thd, MASTER_INFO* mi); -// retrieve non-exitent table from master -// the caller must set thd->last_nx_table and thd->last_nx_db first -int show_master_info(THD* thd); -int show_binlog_info(THD* thd); - -int db_ok(const char* db, I_List<i_string> &do_list, - I_List<i_string> &ignore_list ); -// check to see if the database is ok to operate on with respect to the -// do and ignore lists - used in replication - void mysql_create_db(THD *thd, char *db, uint create_info); void mysql_binlog_send(THD* thd, char* log_ident, ulong pos, ushort flags); @@ -522,7 +509,6 @@ int lock_table_name(THD *thd, TABLE_LIST *table_list); void unlock_table_name(THD *thd, TABLE_LIST *table_list); bool wait_for_locked_table_names(THD *thd, TABLE_LIST *table_list); -extern int flush_master_info(MASTER_INFO* mi); /* old unireg functions */ |