mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
18 lines
377 B
Text
18 lines
377 B
Text
|
***************
|
||
|
*** 2246,2252 ****
|
||
|
|
||
|
bool check_db_name(char *name)
|
||
|
{
|
||
|
! char *start=name;
|
||
|
/* Used to catch empty names and names with end space */
|
||
|
bool last_char_is_space= TRUE;
|
||
|
|
||
|
--- 2257,2263 ----
|
||
|
|
||
|
bool check_db_name(char *name)
|
||
|
{
|
||
|
! char *start= name;
|
||
|
/* Used to catch empty names and names with end space */
|
||
|
bool last_char_is_space= TRUE;
|
||
|
|