1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Renamed stripp_sp -> strip_sp

Remove end space from ENUM and SET strings
This commit is contained in:
monty@hundin.mysql.fi
2002-05-27 23:21:49 +03:00
parent 07886933b8
commit 6d0e43c73b
10 changed files with 55 additions and 13 deletions

View File

@ -320,7 +320,7 @@ bool mysql_change_db(THD *thd,const char *name)
uint db_access;
DBUG_ENTER("mysql_change_db");
if (!dbname || !(length=stripp_sp(dbname)))
if (!dbname || !(length=strip_sp(dbname)))
{
x_free(dbname); /* purecov: inspected */
send_error(&thd->net,ER_NO_DB_ERROR); /* purecov: inspected */