错误现象:
sql_lex.cc: In function `void lex_init()":
sql_lex.cc:85: `symbols" undeclared (first use this function)
sql_lex.cc:85: (Each undeclared identifIEr is reported only once
sql_lex.cc:85: for each function it appears in.)
sql_lex.cc:87: `sql_functions" undeclared (first use this function)
sql_lex.cc: In function `int find_keyWord(LEX *, unsigned int, bool)":
sql_lex.cc:171: implicit declaration of function `int get_hash_symbol(...)"
sql_lex.cc:171: initialization to `SYMBOL *" from `int" lacks a cast
解决办法:
cd sql
make gen_lex_hash
./gen_lex_hash > lex_hash.h
make
- mysql数据类型有哪些
- Windows Vista问题释疑
- 未来Windows将加入虚拟机
- 比尔盖茨展示Longhorn功能
- Longhorn采用全新ID管理
- 微软再披露Longhorn部分新功能 更容易使用
- 不满意就升级 微软推WinVista新编译版
- IIS版 Win2000上安装PHP+MYSQL
- 轻松掌握在Mac OS X中安装MySQL
- 新手学堂:Linux操作系统中如何编译C程序
