summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@Sun.com>2009-11-24 11:31:36 +0300
committerAlexey Kopytov <Alexey.Kopytov@Sun.com>2009-11-24 11:31:36 +0300
commitadb89e98aaa8b00b3efb7a56aebdaf12c5e75ee4 (patch)
treec7017f926485e3c5647276d684f4adc4847f9faf /mysys
parentbc014badaf78cd057018a7db6a9857b584b932b3 (diff)
parentfad34c34cf22eb1c503204aee204dfb83ad7acea (diff)
downloadmariadb-git-adb89e98aaa8b00b3efb7a56aebdaf12c5e75ee4.tar.gz
Manual merge from the mysql-5.1-bugteam.
Diffstat (limited to 'mysys')
-rw-r--r--mysys/typelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/typelib.c b/mysys/typelib.c
index a0fe8a96a89..cb72c91e20d 100644
--- a/mysys/typelib.c
+++ b/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);