Home
last modified time | relevance | path

Searched refs:db_filtered (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1428 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1430 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1431 db_name= (char*)db_filtered; in get_mts_dbs()
2942 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2944 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2945 db_name= db_filtered; in get_mts_dbs()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1428 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1430 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1431 db_name= (char*)db_filtered; in get_mts_dbs()
2942 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2944 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2945 db_name= db_filtered; in get_mts_dbs()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1419 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1421 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1422 db_name= (char*)db_filtered; in get_mts_dbs()
2844 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2846 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2847 db_name= db_filtered; in get_mts_dbs()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1419 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1421 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1422 db_name= (char*)db_filtered; in get_mts_dbs()
2844 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2846 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2847 db_name= db_filtered; in get_mts_dbs()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1428 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1430 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1431 db_name= (char*)db_filtered; in get_mts_dbs()
2942 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2944 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2945 db_name= db_filtered; in get_mts_dbs()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_mts_submode.cc230 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables() local
232 if (strcmp(db_name, db_filtered)) in detach_temp_tables()
233 db_name= (char*)db_filtered; in detach_temp_tables()
H A Dlog_event.h1419 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
1421 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
1422 db_name= (char*)db_filtered; in get_mts_dbs()
2844 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2846 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2847 db_name= db_filtered; in get_mts_dbs()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_mts_submode.cc354 const char *db_filtered = in detach_temp_tables() local
357 if (strcmp(db_name, db_filtered)) db_name = db_filtered; in detach_temp_tables()
H A Dlog_event.h1461 const char *db_filtered = in get_mts_dbs() local
1464 if (strcmp(db_name, db_filtered)) db_name = db_filtered; in get_mts_dbs()
2472 const char *db_filtered = rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2474 if (strcmp(db_name, db_filtered)) db_name = db_filtered; in get_mts_dbs()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog_event.h2188 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2190 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2191 db_name= (char*)db_filtered; in get_mts_dbs()
3948 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
3950 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
3951 db_name= db_filtered; in get_mts_dbs()
H A Dlog_event.cc4573 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables_worker() local
4575 if (strcmp(db_name, db_filtered)) in detach_temp_tables_worker()
4576 db_name= (char*)db_filtered; in detach_temp_tables_worker()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog_event.h2188 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2190 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2191 db_name= (char*)db_filtered; in get_mts_dbs()
3948 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
3950 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
3951 db_name= db_filtered; in get_mts_dbs()
H A Dlog_event.cc4573 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables_worker() local
4575 if (strcmp(db_name, db_filtered)) in detach_temp_tables_worker()
4576 db_name= (char*)db_filtered; in detach_temp_tables_worker()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog_event.h2184 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2186 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2187 db_name= (char*)db_filtered; in get_mts_dbs()
3941 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
3943 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
3944 db_name= db_filtered; in get_mts_dbs()
H A Dlog_event.cc4554 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables_worker() local
4556 if (strcmp(db_name, db_filtered)) in detach_temp_tables_worker()
4557 db_name= (char*)db_filtered; in detach_temp_tables_worker()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog_event.h2188 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2190 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2191 db_name= (char*)db_filtered; in get_mts_dbs()
3948 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
3950 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
3951 db_name= db_filtered; in get_mts_dbs()
H A Dlog_event.cc4573 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables_worker() local
4575 if (strcmp(db_name, db_filtered)) in detach_temp_tables_worker()
4576 db_name= (char*)db_filtered; in detach_temp_tables_worker()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog_event.h2184 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
2186 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
2187 db_name= (char*)db_filtered; in get_mts_dbs()
3941 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in get_mts_dbs() local
3943 if (strcmp(db_name, db_filtered)) in get_mts_dbs()
3944 db_name= db_filtered; in get_mts_dbs()
H A Dlog_event.cc4543 const char *db_filtered= rpl_filter->get_rewrite_db(db_name, &dummy_len); in detach_temp_tables_worker() local
4545 if (strcmp(db_name, db_filtered)) in detach_temp_tables_worker()
4546 db_name= (char*)db_filtered; in detach_temp_tables_worker()