1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug#24707666: DEFAULT SETTING FOR SECURE-FILE-PRIV SHOULD BE

RESTRICTED IN ALL GA RELEASES

Back port of WL#6782 to 5.5 and 5.6. This also includes
back port of Bug#20771331, Bug#20741572 and Bug#20770671.
Bug#24695274 and Bug#24679907 are also handled along with
this.
This commit is contained in:
Arun Kuruvila
2016-09-28 15:52:05 +05:30
parent 99c0fdb5a8
commit ac143744a9
29 changed files with 790 additions and 41 deletions

View File

@@ -68,6 +68,8 @@
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";