diff options
author | unknown <ndbdev@dl145b.mysql.com> | 2005-06-17 14:22:33 +0200 |
---|---|---|
committer | unknown <ndbdev@dl145b.mysql.com> | 2005-06-17 14:22:33 +0200 |
commit | 4bd9f7e8e991736c41951c32e7e8fb04d8360e79 (patch) | |
tree | 56084e023682ffb361af2d0b9ab0761415ba0c8f /storage/innobase/pars/pars0lex.l | |
parent | 8812c1900eed99fb73b0a4cc2d7b0ba4c52725c4 (diff) | |
parent | 79180b1994bee1cc432f2fe968f422613857b2eb (diff) | |
download | mariadb-git-4bd9f7e8e991736c41951c32e7e8fb04d8360e79.tar.gz |
Merge dl145c:tomas/mysql-5.0
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
storage/innobase/pars/lexyy.c:
Auto merged
storage/innobase/pars/pars0lex.l:
Auto merged
Diffstat (limited to 'storage/innobase/pars/pars0lex.l')
-rw-r--r-- | storage/innobase/pars/pars0lex.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/innobase/pars/pars0lex.l b/storage/innobase/pars/pars0lex.l index 811057d48a1..e481634f77e 100644 --- a/storage/innobase/pars/pars0lex.l +++ b/storage/innobase/pars/pars0lex.l @@ -31,6 +31,9 @@ How to make the InnoDB parser and lexer C files: 7. Add '#include "univ.i"' before #include <stdio.h> in lexyy.c (Needed for AIX) +8. Add a type cast to int to the assignment below the comment + 'need more input.' (Removes a warning on Win64) + These instructions seem to work at least with bison-1.28 and flex-2.5.4 on Linux. *******************************************************/ |