mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix a build break on 64 bit (uint and size_t are distinct types).
This commit is contained in:
@ -1782,7 +1782,7 @@ typedef struct st_lex : public Query_tables_list
|
||||
context_stack.pop();
|
||||
}
|
||||
|
||||
bool copy_db_to(char **p_db, uint *p_db_length) const;
|
||||
bool copy_db_to(char **p_db, size_t *p_db_length) const;
|
||||
|
||||
Name_resolution_context *current_context()
|
||||
{
|
||||
|
Reference in New Issue
Block a user