mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
cleanups:
* comments from WL#5602 in sql_acl.cc * rename global memroots in sql_acl.cc * remove the second empty lex string constant
This commit is contained in:
parent
93b1555939
commit
517b1f4fb4
3 changed files with 119 additions and 120 deletions
|
|
@ -73,8 +73,6 @@
|
|||
char internal_table_name[2]= "*";
|
||||
char empty_c_string[1]= {0}; /* used for not defined db */
|
||||
|
||||
LEX_STRING EMPTY_STR= { (char *) "", 0 };
|
||||
|
||||
const char * const THD::DEFAULT_WHERE= "field list";
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue