mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
Merge the last bit of MySQL 5.1.41 into MariaDB.
This commit is contained in:
commit
ab2756f46f
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ my_ulonglong find_typeset(char *x, TYPELIB *lib, int *err)
|
|||
i= x;
|
||||
while (*x && *x != field_separator)
|
||||
x++;
|
||||
if (x[0] && x[1]) // skip separator if found
|
||||
if (x[0] && x[1]) /* skip separator if found */
|
||||
x++;
|
||||
if ((find= find_type(i, lib, 2 | 8) - 1) < 0)
|
||||
DBUG_RETURN(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue