With gcc 3.2, I get this:

g++ -DMYSQL_SERVER                      
-DDEFAULT_MYSQL_HOME="\"/usr/local\""                   
-DDATADIR="\"/usr/local/var\""                  
-DSHAREDIR="\"/usr/local/share/mysql\""                   
-DHAVE_CONFIG_H -I../innobase/include                   
-I./../include                  -I./../regex                    -I. 
-I../include -I.     -O3 -DDBUG_OFF   -fno-implicit-templates 
-fno-exceptions -fno-rtti -c sql_lex.cc
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 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: `get_hash_symbol' undeclared (first use this function)




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to