mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
5.3 merge
This commit is contained in:
@ -132,4 +132,12 @@ enum enum_schema_tables get_schema_table_idx(ST_SCHEMA_TABLE *schema_table);
|
||||
/* These functions were under INNODB_COMPATIBILITY_HOOKS */
|
||||
int get_quote_char_for_identifier(THD *thd, const char *name, uint length);
|
||||
|
||||
/* Handle the ignored database directories list for SHOW/I_S. */
|
||||
bool ignore_db_dirs_init();
|
||||
void ignore_db_dirs_free();
|
||||
void ignore_db_dirs_reset();
|
||||
bool ignore_db_dirs_process_additions();
|
||||
bool push_ignored_db_dir(char *path);
|
||||
extern char *opt_ignore_db_dirs;
|
||||
|
||||
#endif /* SQL_SHOW_H */
|
||||
|
Reference in New Issue
Block a user