Browse Source

Merge from mysql-5.1.41-release

pull/374/head
unknown 16 years ago
committed by MySQL Build Team
parent
commit
2a6b6d17b8
  1. 2
      mysys/typelib.c

2
mysys/typelib.c

@ -184,7 +184,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…
Cancel
Save