mariadb/sql/table.cc.rej

18 lines
377 B
Text
Raw Normal View History

***************
*** 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;