mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Asserting correct database name lettercase in
various places in the code.
This commit is contained in:
@@ -2511,6 +2511,8 @@ static inline void dbug_tmp_restore_column_maps(MY_BITMAP *read_set,
|
||||
#endif
|
||||
}
|
||||
|
||||
bool ok_for_lower_case_names(const char *names);
|
||||
|
||||
enum get_table_share_flags {
|
||||
GTS_TABLE = 1,
|
||||
GTS_VIEW = 2,
|
||||
|
Reference in New Issue
Block a user