mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
8dd0b2d0ae
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-lex-string
17 lines
377 B
Text
17 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;
|
|
|