// $ uname -an Linux ushastry 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux // Bison $ bison --version bison (GNU Bison) 3.0 Written by Robert Corbett and Richard Stallman. Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cmake -DBUILD_CONFIG=mysql_release \ -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_INSTALL_PREFIX="/mysql" \ -DSYSCONFDIR=/etc/mysql \ -DMYSQL_DATADIR=/var/lib/mysql \ -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \ -DDEFAULT_CHARSET=utf8 \ -DDEFAULT_COLLATION=utf8_general_ci \ -DENABLED_LOCAL_INFILE=ON \ -DINSTALL_INFODIR=share/mysql/docs \ -DINSTALL_MANDIR=share/man \ -DINSTALL_PLUGINDIR=lib/mysql/plugin \ -DINSTALL_SCRIPTDIR=bin \ -DINSTALL_INCLUDEDIR=include/mysql \ -DINSTALL_DOCREADMEDIR=share/mysql \ -DINSTALL_SUPPORTFILESDIR=share/mysql \ -DINSTALL_MYSQLSHAREDIR=share/mysql \ -DINSTALL_DOCDIR=share/mysql/docs \ -DINSTALL_SHAREDIR=share/mysql \ -DWITH_READLINE=OFF \ -DWITH_LIBEDIT=OFF \ -DWITH_VALGRIND=ON \ -DFEATURE_SET=community \ -DWITH_ZLIB=system \ -DWITH_SSL=yes \ -DWITH_LIBWRAP=OFF \ -DWITH_EXTRA_CHARSETS=complex \ -DWITH_EMBEDDED_SERVER=OFF \ -DWITH_INNOBASE_STORAGE_ENGINE=1 \ -DWITH_PARTITION_STORAGE_ENGINE=1 \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ -DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \ -DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \ -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 make Scanning dependencies of target INFO_BIN [ 0%] Built target INFO_BIN Scanning dependencies of target INFO_SRC [ 0%] Built target INFO_SRC Scanning dependencies of target abi_check [ 0%] Built target abi_check [ 2%] Built target zlib [ 4%] Built target yassl [ 8%] Built target taocrypt [ 15%] Built target strings [ 30%] Built target mysys [ 30%] Built target dbug [ 30%] Built target comp_err [ 30%] Built target GenError [ 44%] Built target innobase [ 52%] Built target myisam [ 52%] Built target myisam_ftdump [ 52%] Built target myisamchk [ 52%] Built target myisamlog [ 52%] Built target myisampack [ 56%] Built target myisammrg [ 60%] Built target perfschema [ 60%] Built target mytap [ 60%] Built target pfs-t [ 60%] Built target pfs_instr-oom-t [ 61%] Built target pfs_instr-t [ 61%] Built target pfs_instr_class-oom-t [ 61%] Built target pfs_instr_class-t [ 61%] Built target csv [ 65%] Built target heap [ 65%] Built target hp_test1 [ 65%] Built target hp_test2 [ 65%] Built target mysqlservices [ 65%] Built target semisync_master [ 65%] Built target semisync_slave [ 65%] Built target daemon_example [ 65%] Built target audit_null [ 65%] Built target ftexample [ 65%] Built target auth [ 66%] Built target auth_socket [ 66%] Built target auth_test_plugin [ 66%] Built target qa_auth_client [ 66%] Built target qa_auth_interface [ 66%] Built target qa_auth_server [ 67%] Built target vio [ 68%] Built target regex [ 68%] Built target thr_lock [ 70%] Built target clientlib [ 71%] Built target libmysql [ 71%] Built target mysqlclient [ 71%] Built target symlink_libmysqlclient_r.a [ 71%] Built target symlink_libmysqlclient_r.so [ 71%] Built target symlink_libmysqlclient_r.so.18 [ 71%] Built target symlink_libmysqlclient_r.so.18.0.0 [ 71%] Built target base64-t [ 71%] Built target bitmap-t [ 71%] Built target partition [ 71%] Built target gen_lex_hash [ 71%] Built target GenServerSource [ 71%] Building CXX object sql/CMakeFiles/sql.dir/sql_yacc.cc.o /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.cc: In function ‘int MYSQLparse()’: /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.cc:15744:30: error: too few arguments to function ‘int MYSQLlex(void*, void*)’ yychar = yylex (&yylval); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.cc:64:25: note: declared here #define yylex MYSQLlex ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:72:5: note: in expansion of macro ‘yylex’ int yylex(void *yylval, void *yythd); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1662:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:32:18: note: in expansion of macro ‘YYTHD’ #define YYLIP (& YYTHD->m_parser_state->m_lip) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1674:37: note: in expansion of macro ‘YYLIP’ Lex_input_stream *lip = YYLIP; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:32:18: note: in expansion of macro ‘YYTHD’ #define YYLIP (& YYTHD->m_parser_state->m_lip) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1700:13: note: in expansion of macro ‘YYLIP’ YYLIP->found_semicolon= NULL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1772:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1787:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1797:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1804:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1814:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1836:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1848:17: note: in expansion of macro ‘Lex’ if (Lex->sphead) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1856:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1867:24: note: in expansion of macro ‘Lex’ LEX *lex = Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1886:13: note: in expansion of macro ‘Lex’ Lex->mi.host = $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1890:13: note: in expansion of macro ‘Lex’ Lex->mi.user = $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1894:13: note: in expansion of macro ‘Lex’ Lex->mi.password = $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1898:13: note: in expansion of macro ‘Lex’ Lex->mi.port = $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1902:13: note: in expansion of macro ‘Lex’ Lex->mi.connect_retry = $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1906:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl= $3 ? ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1911:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_ca= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1915:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_capath= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1919:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_cert= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1923:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_cipher= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1927:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_key= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1931:13: note: in expansion of macro ‘Lex’ Lex->mi.ssl_verify_server_cert= $3 ? ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1937:13: note: in expansion of macro ‘Lex’ Lex->mi.heartbeat_period= (float) $3->val_real(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1968:13: note: in expansion of macro ‘Lex’ Lex->mi.repl_ignore_server_ids_opt= LEX_MASTER_INFO::LEX_MI_ENABLE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1983:17: note: in expansion of macro ‘Lex’ if (Lex->mi.repl_ignore_server_ids.elements == 0) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1991:29: note: in expansion of macro ‘Lex’ insert_dynamic(&Lex->mi.repl_ignore_server_ids, (uchar*) &($1)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:1997:13: note: in expansion of macro ‘Lex’ Lex->mi.log_file_name = $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2001:13: note: in expansion of macro ‘Lex’ Lex->mi.pos = $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2017:13: note: in expansion of macro ‘Lex’ Lex->mi.relay_log_name = $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2021:13: note: in expansion of macro ‘Lex’ Lex->mi.relay_log_pos = $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2032:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2057:23: note: in expansion of macro ‘YYTHD’ LEX *lex= YYTHD->lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2073:42: note: in expansion of macro ‘Lex’ if (add_create_index_prepare(Lex, $7)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2078:34: note: in expansion of macro ‘Lex’ if (add_create_index(Lex, $2, $4)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2084:42: note: in expansion of macro ‘Lex’ if (add_create_index_prepare(Lex, $7)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2089:34: note: in expansion of macro ‘Lex’ if (add_create_index(Lex, $2, $4)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2095:42: note: in expansion of macro ‘Lex’ if (add_create_index_prepare(Lex, $7)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2100:34: note: in expansion of macro ‘Lex’ if (add_create_index(Lex, $2, $4)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2105:13: note: in expansion of macro ‘Lex’ Lex->create_info.default_table_charset= NULL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2110:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2117:13: note: in expansion of macro ‘Lex’ Lex->create_view_mode= VIEW_CREATE_NEW; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2125:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_CREATE_USER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2129:13: note: in expansion of macro ‘Lex’ Lex->alter_tablespace_info->ts_cmd_type= CREATE_LOGFILE_GROUP; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2133:13: note: in expansion of macro ‘Lex’ Lex->alter_tablespace_info->ts_cmd_type= CREATE_TABLESPACE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2137:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_CREATE_SERVER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2148:13: note: in expansion of macro ‘Lex’ Lex->server_options.server_name= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2162:13: note: in expansion of macro ‘Lex’ Lex->server_options.username= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2166:13: note: in expansion of macro ‘Lex’ Lex->server_options.host= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2170:13: note: in expansion of macro ‘Lex’ Lex->server_options.db= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2174:13: note: in expansion of macro ‘Lex’ Lex->server_options.owner= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2178:13: note: in expansion of macro ‘Lex’ Lex->server_options.password= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2182:13: note: in expansion of macro ‘Lex’ Lex->server_options.socket= $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2186:13: note: in expansion of macro ‘Lex’ Lex->server_options.port= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2193:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2217:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_CREATE_EVENT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2224:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->item_expression= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2231:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->item_execute_at= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2239:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->status= Event_parse_data::ENABLED; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2245:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->status= Event_parse_data::SLAVESIDE_DISABLED; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2251:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->status= Event_parse_data::DISABLED; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2260:30: note: in expansion of macro ‘YYTHD’ Item *item= new (YYTHD->mem_root) Item_func_now_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2267:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->item_starts= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2275:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->item_ends= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2287:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->on_completion= ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2293:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->on_completion= ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2303:13: note: in expansion of macro ‘Lex’ Lex->comment= Lex->event_parse_data->comment= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2310:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2353:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2385:21: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2403:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2407:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2411:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2412:40: note: in expansion of macro ‘YYTHD’ $$->init_qname(YYTHD); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2416:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2445:7: note: in expansion of macro ‘Lex’ { Lex->sp_chistics.comment= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2449:7: note: in expansion of macro ‘Lex’ { Lex->sp_chistics.daccess= SP_NO_SQL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2451:7: note: in expansion of macro ‘Lex’ { Lex->sp_chistics.daccess= SP_CONTAINS_SQL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2453:7: note: in expansion of macro ‘Lex’ { Lex->sp_chistics.daccess= SP_READS_SQL_DATA; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2455:7: note: in expansion of macro ‘Lex’ { Lex->sp_chistics.daccess= SP_MODIFIES_SQL_DATA; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2463:7: note: in expansion of macro ‘Lex’ | DETERMINISTIC_SYM { Lex->sp_chistics.detistic= TRUE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2464:7: note: in expansion of macro ‘Lex’ | not DETERMINISTIC_SYM { Lex->sp_chistics.detistic= FALSE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2470:13: note: in expansion of macro ‘Lex’ Lex->sp_chistics.suid= SP_IS_SUID; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2474:13: note: in expansion of macro ‘Lex’ Lex->sp_chistics.suid= SP_IS_NOT_SUID; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2481:24: note: in expansion of macro ‘Lex’ LEX *lex = Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2505:12: note: in expansion of macro ‘Lex’ Lex->value_list.push_back($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2509:13: note: in expansion of macro ‘Lex’ Lex->value_list.push_back($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2527:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2547:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2584:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2639:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2645:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2657:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2665:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2722:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2737:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2759:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2791:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2816:13: note: in expansion of macro ‘Lex’ Lex->sphead->reset_lex(YYTHD); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2820:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2853:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2879:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2881:51: note: in expansion of macro ‘YYTHD’ $$= (sp_cond_type_t *)YYTHD->alloc(sizeof(sp_cond_type_t)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2896:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2898:51: note: in expansion of macro ‘YYTHD’ $$= (sp_cond_type_t *)YYTHD->alloc(sizeof(sp_cond_type_t)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2919:33: note: in expansion of macro ‘Lex’ $$= Lex->spcont->find_cond(&$1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2928:51: note: in expansion of macro ‘YYTHD’ $$= (sp_cond_type_t *)YYTHD->alloc(sizeof(sp_cond_type_t)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2935:51: note: in expansion of macro ‘YYTHD’ $$= (sp_cond_type_t *)YYTHD->alloc(sizeof(sp_cond_type_t)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2942:51: note: in expansion of macro ‘YYTHD’ $$= (sp_cond_type_t *)YYTHD->alloc(sizeof(sp_cond_type_t)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2952:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:2967:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3002:13: note: in expansion of macro ‘YYTHD’ YYTHD->m_parser_state->m_yacc.m_set_signal_info.clear(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3011:21: note: in expansion of macro ‘YYTHD’ info= & YYTHD->m_parser_state->m_yacc.m_set_signal_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3020:21: note: in expansion of macro ‘YYTHD’ info= & YYTHD->m_parser_state->m_yacc.m_set_signal_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3051:17: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3091:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3108:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3123:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3159:7: note: in expansion of macro ‘Lex’ { Lex->sphead->new_cont_backpatch(NULL); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3161:7: note: in expansion of macro ‘Lex’ { Lex->sphead->do_cont_backpatch(); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3166:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3175:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3222:7: note: in expansion of macro ‘Lex’ { Lex->sphead->reset_lex(YYTHD); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3225:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3251:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3257:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3266:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3319:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3362:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3382:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3404:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3430:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3450:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3471:7: note: in expansion of macro ‘Lex’ { Lex->sphead->reset_lex(YYTHD); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3474:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3490:26: note: in expansion of macro ‘Lex’ sp_head *sp= Lex->sphead; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3502:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3522:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3528:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3541:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3549:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3557:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3575:13: note: in expansion of macro ‘Lex’ Lex->sphead->reset_lex(YYTHD); /* For expr $3 */ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3581:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3591:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3600:13: note: in expansion of macro ‘Lex’ Lex->sphead->reset_lex(YYTHD); /* For expr $3 */ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3604:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3614:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3623:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3638:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3656:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3679:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3695:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3711:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3718:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3728:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3735:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3763:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3772:7: note: in expansion of macro ‘Lex’ { Lex->sphead->reset_lex(YYTHD); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3775:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3791:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3801:7: note: in expansion of macro ‘Lex’ { Lex->sphead->reset_lex(YYTHD); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3804:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3822:7: note: in expansion of macro ‘Lex’ { Lex->trg_chistics.action_time= TRG_ACTION_BEFORE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3824:7: note: in expansion of macro ‘Lex’ { Lex->trg_chistics.action_time= TRG_ACTION_AFTER; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3829:7: note: in expansion of macro ‘Lex’ { Lex->trg_chistics.event= TRG_EVENT_INSERT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3831:7: note: in expansion of macro ‘Lex’ { Lex->trg_chistics.event= TRG_EVENT_UPDATE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3833:7: note: in expansion of macro ‘Lex’ { Lex->trg_chistics.event= TRG_EVENT_DELETE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3870:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3880:13: note: in expansion of macro ‘Lex’ Lex->alter_tablespace_info->ts_alter_tablespace_type= ALTER_TABLESPACE_ADD_FILE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:3886:13: note: in expansion of macro ‘Lex’ Lex->alter_tablespace_info->ts_alter_tablespace_type= ALTER_TABLESPACE_DROP_FILE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4003:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4011:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4019:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4027:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4039:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4051:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4056:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4061:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4069:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4077:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4085:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4093:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4101:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4109:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4117:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4130:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4143:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4162:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4167:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4206:19: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4212:17: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4219:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4236:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4251:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4272:7: note: in expansion of macro ‘Select’ { Select->set_braces(1);} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4279:7: note: in expansion of macro ‘Select’ { Select->set_braces(0);} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4282:7: note: in expansion of macro ‘Select’ { Select->set_braces(1);} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4293:45: note: in expansion of macro ‘Lex’ TABLE_LIST *last_non_sel_table= Lex->create_last_non_select_table; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4331:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4355:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4368:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4389:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4395:7: note: in expansion of macro ‘Lex’ { Lex->part_info->part_type= HASH_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4398:7: note: in expansion of macro ‘Lex’ { Lex->part_info->part_type= RANGE_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4400:7: note: in expansion of macro ‘Lex’ { Lex->part_info->part_type= RANGE_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4402:7: note: in expansion of macro ‘Lex’ { Lex->part_info->part_type= LIST_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4404:7: note: in expansion of macro ‘Lex’ { Lex->part_info->part_type= LIST_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4410:7: note: in expansion of macro ‘Lex’ { Lex->part_info->linear_hash_ind= TRUE;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4415:7: note: in expansion of macro ‘Lex’ { Lex->part_info->key_algorithm= partition_info::KEY_ALGORITHM_NONE;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4420:15: note: in expansion of macro ‘Lex’ Lex->part_info->key_algorithm= partition_info::KEY_ALGORITHM_51; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4445:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4464:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4474:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4485:17: note: in expansion of macro ‘Lex’ if (Lex->part_info->set_part_expr($2+1, $3, $4, TRUE)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4496:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4511:7: note: in expansion of macro ‘Lex’ { Lex->part_info->subpart_type= HASH_PARTITION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4516:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4531:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4549:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4567:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4581:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4597:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4624:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4648:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4657:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4679:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4696:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4716:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4742:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4771:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4788:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4801:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4830:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4843:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4863:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4877:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4908:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4944:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->partition_name= $1.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4959:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->tablespace_name= $3.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4962:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4967:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->nodegroup_id= (uint16) $3; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4969:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->part_max_rows= (ha_rows) $3; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4971:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->part_min_rows= (ha_rows) $3; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4973:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->data_file_name= $4.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4975:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->index_file_name= $4.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4977:7: note: in expansion of macro ‘Lex’ { Lex->part_info->curr_part_elem->part_comment= $3.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:4987:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5002:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5010:13: note: in expansion of macro ‘Lex’ Lex->current_select->table_list.push_front(&Lex->save_list); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5072:13: note: in expansion of macro ‘Lex’ Lex->create_info.db_type= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5077:13: note: in expansion of macro ‘Lex’ Lex->create_info.max_rows= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5082:13: note: in expansion of macro ‘Lex’ Lex->create_info.min_rows= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5087:13: note: in expansion of macro ‘Lex’ Lex->create_info.avg_row_length=$3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5092:13: note: in expansion of macro ‘Lex’ Lex->create_info.password=$3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5097:13: note: in expansion of macro ‘Lex’ Lex->create_info.comment=$3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5102:13: note: in expansion of macro ‘Lex’ Lex->create_info.auto_increment_value=$3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5109:17: note: in expansion of macro ‘Lex’ Lex->create_info.table_options|= HA_OPTION_NO_PACK_KEYS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5118:13: note: in expansion of macro ‘Lex’ Lex->create_info.used_fields|= HA_CREATE_USED_PACK_KEYS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5122:13: note: in expansion of macro ‘Lex’ Lex->create_info.table_options&= ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5128:13: note: in expansion of macro ‘Lex’ Lex->create_info.table_options|= $3 ? HA_OPTION_CHECKSUM : HA_OPTION_NO_CHECKSUM; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5133:14: note: in expansion of macro ‘Lex’ Lex->create_info.table_options|= $3 ? HA_OPTION_CHECKSUM : HA_OPTION_NO_CHECKSUM; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5138:13: note: in expansion of macro ‘Lex’ Lex->create_info.table_options|= $3 ? HA_OPTION_DELAY_KEY_WRITE : HA_OPTION_NO_DELAY_KEY_WRITE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5143:13: note: in expansion of macro ‘Lex’ Lex->create_info.row_type= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5148:13: note: in expansion of macro ‘Lex’ Lex->select_lex.table_list.save_and_clear(&Lex->save_list); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5156:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5176:13: note: in expansion of macro ‘Lex’ Lex->create_info.merge_insert_method= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5181:13: note: in expansion of macro ‘Lex’ Lex->create_info.data_file_name= $4.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5186:13: note: in expansion of macro ‘Lex’ Lex->create_info.index_file_name= $4.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5190:6: note: in expansion of macro ‘Lex’ {Lex->create_info.tablespace= $2.str;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5192:6: note: in expansion of macro ‘Lex’ {Lex->create_info.storage_media= HA_SM_DISK;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5194:6: note: in expansion of macro ‘Lex’ {Lex->create_info.storage_media= HA_SM_MEMORY;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5197:13: note: in expansion of macro ‘Lex’ Lex->create_info.connect_string.str= $3.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5203:13: note: in expansion of macro ‘Lex’ Lex->create_info.used_fields|= HA_CREATE_USED_KEY_BLOCK_SIZE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5211:37: note: in expansion of macro ‘Lex’ HA_CREATE_INFO *cinfo= &Lex->create_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5229:37: note: in expansion of macro ‘Lex’ HA_CREATE_INFO *cinfo= &Lex->create_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5246:51: note: in expansion of macro ‘YYTHD’ plugin_ref plugin= ha_resolve_by_name(YYTHD, &$1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5270:45: note: in expansion of macro ‘YYTHD’ if ((plugin= ha_resolve_by_name(YYTHD, &$1))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5311:11: note: in expansion of macro ‘Lex’ Lex->create_last_non_select_table= Lex->last_table(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5329:13: note: in expansion of macro ‘Lex’ Lex->col_list.empty(); /* Alloced by sql_alloc */ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5336:35: note: in expansion of macro ‘Lex’ if (add_create_index (Lex, $1, $2)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5342:35: note: in expansion of macro ‘Lex’ if (add_create_index (Lex, $1, $3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5348:35: note: in expansion of macro ‘Lex’ if (add_create_index (Lex, $1, $3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5354:35: note: in expansion of macro ‘Lex’ if (add_create_index (Lex, $2, $3.str ? $3 : $1)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5359:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5377:13: note: in expansion of macro ‘Lex’ Lex->col_list.empty(); /* Alloced by sql_alloc */ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5402:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5411:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5428:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5437:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5442:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5451:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5457:13: note: in expansion of macro ‘Lex’ Lex->charset=national_charset_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5461:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5467:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5472:13: note: in expansion of macro ‘Lex’ Lex->length= (char*) "1"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5483:13: note: in expansion of macro ‘Lex’ Lex->charset=national_charset_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5487:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5492:17: note: in expansion of macro ‘Lex’ if (Lex->length) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5514:17: note: in expansion of macro ‘YYTHD’ if (YYTHD->variables.sql_mode & MODE_MAXDB) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5529:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5534:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5540:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5551:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5556:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5561:13: note: in expansion of macro ‘Lex’ Lex->charset=&my_charset_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5581:6: note: in expansion of macro ‘Lex’ {Lex->interval_list.empty();} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5585:7: note: in expansion of macro ‘Lex’ { Lex->interval_list.empty();} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5593:13: note: in expansion of macro ‘Lex’ Lex->type|= (AUTO_INCREMENT_FLAG | NOT_NULL_FLAG | UNSIGNED_FLAG | ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5603:13: note: in expansion of macro ‘Lex’ Lex->length= (char*)"25"; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5646:26: note: in expansion of macro ‘YYTHD’ $$= YYTHD->variables.sql_mode & MODE_REAL_AS_FLOAT ? ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5657:7: note: in expansion of macro ‘Lex’ { Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5659:7: note: in expansion of macro ‘Lex’ { Lex->dec= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5667:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5685:7: note: in expansion of macro ‘Lex’ | UNSIGNED { Lex->type|= UNSIGNED_FLAG;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5686:7: note: in expansion of macro ‘Lex’ | ZEROFILL { Lex->type|= UNSIGNED_FLAG | ZEROFILL_FLAG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5690:7: note: in expansion of macro ‘Lex’ '(' LONG_NUM ')' { Lex->length= $2.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5691:7: note: in expansion of macro ‘Lex’ | '(' ULONGLONG_NUM ')' { Lex->length= $2.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5692:7: note: in expansion of macro ‘Lex’ | '(' DECIMAL_NUM ')' { Lex->length= $2.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5693:7: note: in expansion of macro ‘Lex’ | '(' NUM ')' { Lex->length= $2.str; }; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5696:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->length=(char*) 0; /* use default length */ } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5716:7: note: in expansion of macro ‘Lex’ NULL_SYM { Lex->type&= ~ NOT_NULL_FLAG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5717:7: note: in expansion of macro ‘Lex’ | not NULL_SYM { Lex->type|= NOT_NULL_FLAG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5718:7: note: in expansion of macro ‘Lex’ | DEFAULT now_or_signed_literal { Lex->default_value=$2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5721:30: note: in expansion of macro ‘YYTHD’ Item *item= new (YYTHD->mem_root) Item_func_now_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5726:7: note: in expansion of macro ‘Lex’ | AUTO_INC { Lex->type|= AUTO_INCREMENT_FLAG | NOT_NULL_FLAG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5729:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5735:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5741:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5747:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5751:7: note: in expansion of macro ‘Lex’ | COMMENT_SYM TEXT_STRING_sys { Lex->comment= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5754:17: note: in expansion of macro ‘Lex’ if (Lex->charset && !my_charset_same(Lex->charset,$2)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5773:15: note: in expansion of macro ‘Lex’ if (Lex->charset) /* Lex->charset is scanned in "type" */ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5792:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_now_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5811:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5834:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5851:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5873:7: note: in expansion of macro ‘Lex’ ASCII_SYM { Lex->charset= &my_charset_latin1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5876:13: note: in expansion of macro ‘Lex’ Lex->charset= &my_charset_latin1_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5880:13: note: in expansion of macro ‘Lex’ Lex->charset= &my_charset_latin1_bin; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5887:19: note: in expansion of macro ‘Lex’ if (!(Lex->charset=get_charset_by_csname("ucs2", ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5896:19: note: in expansion of macro ‘Lex’ if (!(Lex->charset=get_charset_by_name("ucs2_bin", MYF(0)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5904:19: note: in expansion of macro ‘Lex’ if (!(Lex->charset=get_charset_by_name("ucs2_bin", MYF(0)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5913:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->charset=NULL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5916:7: note: in expansion of macro ‘Lex’ | BYTE_SYM { Lex->charset=&my_charset_bin; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5917:7: note: in expansion of macro ‘Lex’ | charset charset_name opt_bin_mod { Lex->charset=$2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5920:13: note: in expansion of macro ‘Lex’ Lex->charset= NULL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5925:13: note: in expansion of macro ‘Lex’ Lex->charset= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5932:7: note: in expansion of macro ‘Lex’ | BINARY { Lex->type|= BINCMP_FLAG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5954:7: note: in expansion of macro ‘Lex’ { Lex->ref_list.empty(); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5963:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5964:13: note: in expansion of macro ‘Lex’ Lex->ref_list.push_back(key); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5970:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5971:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5979:7: note: in expansion of macro ‘Lex’ { Lex->fk_match_option= Foreign_key::FK_MATCH_UNDEF; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5981:7: note: in expansion of macro ‘Lex’ { Lex->fk_match_option= Foreign_key::FK_MATCH_FULL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5983:7: note: in expansion of macro ‘Lex’ { Lex->fk_match_option= Foreign_key::FK_MATCH_PARTIAL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5985:7: note: in expansion of macro ‘Lex’ { Lex->fk_match_option= Foreign_key::FK_MATCH_SIMPLE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5991:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:5997:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6003:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6010:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6017:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6080:13: note: in expansion of macro ‘Lex’ Lex->key_create_info= default_key_create_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6126:7: note: in expansion of macro ‘Lex’ USING btree_or_rtree { Lex->key_create_info.algorithm= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6127:7: note: in expansion of macro ‘Lex’ | TYPE_SYM btree_or_rtree { Lex->key_create_info.algorithm= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6132:7: note: in expansion of macro ‘Lex’ { Lex->key_create_info.block_size= $3; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6133:7: note: in expansion of macro ‘Lex’ | COMMENT_SYM TEXT_STRING_sys { Lex->key_create_info.comment= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6150:15: note: in expansion of macro ‘Lex’ Lex->key_create_info.parser_name= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6154:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6166:7: note: in expansion of macro ‘Lex’ key_list ',' key_part order_dir { Lex->col_list.push_back($3); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6167:7: note: in expansion of macro ‘Lex’ | key_part order_dir { Lex->col_list.push_back($1); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6175:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6186:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6201:7: note: in expansion of macro ‘Lex’ text_string { Lex->interval_list.push_back($1); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6202:7: note: in expansion of macro ‘Lex’ | string_list ',' text_string { Lex->interval_list.push_back($3); }; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6211:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6237:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6249:13: note: in expansion of macro ‘Lex’ Lex->create_info.default_table_charset= NULL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6254:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6263:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6274:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6285:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6292:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6303:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6310:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6328:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6350:19: note: in expansion of macro ‘Lex’ if (!(Lex->event_parse_data= Event_parse_data::new_instance(YYTHD))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6352:13: note: in expansion of macro ‘Lex’ Lex->event_parse_data->identifier= $4; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6365:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6371:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_ALTER_EVENT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6375:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6380:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6385:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6390:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6395:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6417:13: note: in expansion of macro ‘Lex’ Lex->spname= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6434:7: note: in expansion of macro ‘Lex’ | DISCARD TABLESPACE { Lex->alter_info.tablespace_op= DISCARD_TABLESPACE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6435:7: note: in expansion of macro ‘Lex’ | IMPORT TABLESPACE { Lex->alter_info.tablespace_op= IMPORT_TABLESPACE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6453:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_DROP_PARTITION; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6458:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6465:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6479:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6491:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6504:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6517:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6524:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6539:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_REMOVE_PARTITIONING; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6546:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_ALL_PARTITION; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6554:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6572:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6577:13: note: in expansion of macro ‘Lex’ Lex->part_info->num_parts= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6584:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6599:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_TABLE_REORG; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6603:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_REORGANIZE_PARTITION; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6607:40: note: in expansion of macro ‘Lex’ partition_info *part_info= Lex->part_info; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6620:17: note: in expansion of macro ‘Lex’ if (Lex->alter_info.partition_names.push_back($1.str)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6640:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6649:13: note: in expansion of macro ‘Lex’ Lex->create_last_non_select_table= Lex->last_table(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6653:13: note: in expansion of macro ‘Lex’ Lex->create_last_non_select_table= Lex->last_table(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6658:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_ADD_COLUMN | ALTER_ADD_INDEX; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6662:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6668:13: note: in expansion of macro ‘Lex’ Lex->create_last_non_select_table= Lex->last_table(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6672:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6681:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6693:13: note: in expansion of macro ‘Lex’ Lex->create_last_non_select_table= Lex->last_table(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6697:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6706:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_DROP_INDEX | ALTER_FOREIGN_KEY; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6710:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6719:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6728:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6734:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6740:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6749:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6758:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6779:25: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6787:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6789:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6798:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6808:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_RECREATE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6812:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6823:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->ignore= 0;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6824:7: note: in expansion of macro ‘Lex’ | IGNORE_SYM { Lex->ignore= 1;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6828:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->drop_mode= DROP_DEFAULT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6829:7: note: in expansion of macro ‘Lex’ | RESTRICT { Lex->drop_mode= DROP_RESTRICT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6830:7: note: in expansion of macro ‘Lex’ | CASCADE { Lex->drop_mode= DROP_CASCADE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6853:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6864:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6871:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6881:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6890:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6905:7: note: in expansion of macro ‘Lex’ { Lex->slave_thd_opt= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6917:7: note: in expansion of macro ‘Lex’ | SQL_THREAD { Lex->slave_thd_opt|=SLAVE_SQL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6918:7: note: in expansion of macro ‘Lex’ | RELAY_THREAD { Lex->slave_thd_opt|=SLAVE_IO; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6925:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6946:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6956:7: note: in expansion of macro ‘Lex’ /* nothing */ { Lex->check_opt.flags= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6957:7: note: in expansion of macro ‘Lex’ | QUICK { Lex->check_opt.flags= T_QUICK; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6958:7: note: in expansion of macro ‘Lex’ | EXTENDED_SYM { Lex->check_opt.flags= T_EXTEND; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6964:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6974:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6984:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->check_opt.flags = T_MEDIUM; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6994:7: note: in expansion of macro ‘Lex’ QUICK { Lex->check_opt.flags|= T_QUICK; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6995:7: note: in expansion of macro ‘Lex’ | EXTENDED_SYM { Lex->check_opt.flags|= T_EXTEND; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:6996:7: note: in expansion of macro ‘Lex’ | USE_FRM { Lex->check_opt.sql_flags|= TT_USEFRM; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7002:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7012:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7024:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_BINLOG_BASE64_EVENT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7032:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7047:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7057:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->check_opt.flags = T_MEDIUM; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7067:7: note: in expansion of macro ‘Lex’ QUICK { Lex->check_opt.flags|= T_QUICK; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7068:7: note: in expansion of macro ‘Lex’ | FAST_SYM { Lex->check_opt.flags|= T_FAST; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7069:7: note: in expansion of macro ‘Lex’ | MEDIUM_SYM { Lex->check_opt.flags|= T_MEDIUM; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7070:7: note: in expansion of macro ‘Lex’ | EXTENDED_SYM { Lex->check_opt.flags|= T_EXTEND; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7071:7: note: in expansion of macro ‘Lex’ | CHANGED { Lex->check_opt.flags|= T_CHECK_ONLY_CHANGED; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7072:7: note: in expansion of macro ‘Lex’ | FOR_SYM UPGRADE_SYM { Lex->check_opt.sql_flags|= TT_FOR_UPGRADE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7078:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7088:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7106:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_RENAME_TABLE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7112:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_RENAME_USER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7119:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($1) || Lex->users_list.push_back($3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7124:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($3) || Lex->users_list.push_back($5)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7137:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7150:13: note: in expansion of macro ‘Lex’ Lex->alter_info.reset(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7154:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7173:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, 0, TL_READ, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7183:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, 0, TL_READ, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7198:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7219:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, $3, TL_READ, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7229:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, $4, TL_READ, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7239:13: note: in expansion of macro ‘Lex’ Lex->alter_info.flags|= ALTER_ADMIN_PARTITION; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7246:13: note: in expansion of macro ‘Lex’ Lex->select_lex.alloc_index_hints(YYTHD); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7274:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7288:45: note: in expansion of macro ‘Lex’ if (setup_select_in_parentheses(Lex)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7298:45: note: in expansion of macro ‘Lex’ if (setup_select_in_parentheses(Lex)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7307:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7326:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7334:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7351:13: note: in expansion of macro ‘Select’ Select->context.table_list= ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7366:17: note: in expansion of macro ‘Select’ if (Select->options & SELECT_DISTINCT && Select->options & SELECT_ALL) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7387:17: note: in expansion of macro ‘Lex’ if (Lex->current_select != &Lex->select_lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7415:17: note: in expansion of macro ‘Lex’ if (Lex->current_select != &Lex->select_lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7443:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7449:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7461:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7476:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7483:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:32:18: note: in expansion of macro ‘YYTHD’ #define YYLIP (& YYTHD->m_parser_state->m_lip) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7508:44: note: in expansion of macro ‘YYLIP’ $$= (char*) YYLIP->get_cpp_tok_start(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:32:18: note: in expansion of macro ‘YYTHD’ #define YYLIP (& YYTHD->m_parser_state->m_lip) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7514:44: note: in expansion of macro ‘YYLIP’ $$= (char*) YYLIP->get_cpp_tok_end(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7579:35: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_cond_or($1, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7587:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_cond_xor($1, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7629:35: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_cond_and($1, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7636:45: note: in expansion of macro ‘YYTHD’ $$= negate_expression(YYTHD, $2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7642:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_istrue($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7648:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnottrue($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7654:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isfalse($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7660:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnotfalse($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7666:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnull($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7672:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnotnull($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7682:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnull($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7688:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_isnotnull($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7694:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_equal($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7702:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7708:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7716:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_in_subselect($1, $4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7722:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7732:60: note: in expansion of macro ‘YYTHD’ $$= handle_sql2003_note184_exception(YYTHD, $1, true, $4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7740:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_in(*$6); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7746:60: note: in expansion of macro ‘YYTHD’ $$= handle_sql2003_note184_exception(YYTHD, $1, false, $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7754:39: note: in expansion of macro ‘YYTHD’ Item_func_in *item = new (YYTHD->mem_root) Item_func_in(*$7); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7762:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_between($1,$3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7769:24: note: in expansion of macro ‘YYTHD’ item= new (YYTHD->mem_root) Item_func_between($1,$4,$6); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7777:31: note: in expansion of macro ‘YYTHD’ Item *item1= new (YYTHD->mem_root) Item_func_soundex($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7787:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_like($1,$3,$4,Lex->escape_used); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7793:30: note: in expansion of macro ‘YYTHD’ Item *item= new (YYTHD->mem_root) Item_func_like($1,$4,$5, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7803:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_regex($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7809:30: note: in expansion of macro ‘YYTHD’ Item *item= new (YYTHD->mem_root) Item_func_regex($1,$4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7822:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_bit_or($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7828:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_bit_and($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7834:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_shift_left($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7840:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_shift_right($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7846:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_plus($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7852:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_minus($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7858:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($1,$4,$5,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7864:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($1,$4,$5,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7870:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_mul($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7876:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_div($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7882:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_mod($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7888:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_int_div($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7894:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_mod($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7900:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_bit_xor($1,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7949:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7965:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_concat($1, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7975:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_neg($2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7981:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_bit_neg($2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7987:45: note: in expansion of macro ‘YYTHD’ $$= negate_expression(YYTHD, $2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:7993:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_singlerow_subselect($2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8002:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_row(*$4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8009:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_row(*$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8015:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_exists_subselect($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8024:39: note: in expansion of macro ‘YYTHD’ Item_func_match *i1= new (YYTHD->mem_root) Item_func_match(*$2, $6); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8032:44: note: in expansion of macro ‘YYTHD’ $$= create_func_cast(YYTHD, $2, ITEM_CAST_CHAR, NULL, NULL, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8039:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8047:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_case(* $3, $2, $4 ); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8053:44: note: in expansion of macro ‘YYTHD’ $$= create_func_cast(YYTHD, $3, $5, Lex->length, Lex->dec, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8060:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_conv_charset($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8071:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8073:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_default_value(Lex->current_context(), ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8080:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_insert_value(Lex->current_context(), ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8088:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($5,$2,$3,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8103:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_char(*$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8109:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_char(*$3, $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8115:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_current_user(Lex->current_context()); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8123:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_typecast($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8129:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_dayofmonth($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8135:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_hour($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8141:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_insert($3,$5,$7,$9); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8147:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8162:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8174:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_left($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8180:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_minute($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8186:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_month($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8192:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_right($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8198:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_second($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8204:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_time_typecast($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8210:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_datetime_typecast($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8216:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_add_time($3, $5, 1, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8222:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_trim($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8228:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_ltrim($6,$4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8234:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_rtrim($6,$4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8240:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_trim($6,$4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8246:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_ltrim($5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8252:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_rtrim($5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8258:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_trim($5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8264:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_trim($5,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8270:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_user(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8278:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_year($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8299:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3, $5, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8306:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3, $6, $7, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8312:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_curdate_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8319:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_curtime_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8326:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_curtime_local($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8334:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3,$6,$7,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8341:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3,$6,$7,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8347:31: note: in expansion of macro ‘YYTHD’ $$=new (YYTHD->mem_root) Item_extract( $3, $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8353:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_get_format($3, $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8359:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_now_local(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8366:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_now_local($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8373:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_func_locate($5,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8379:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3, $5, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8386:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($3, $6, $7, 1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8392:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_substr($3,$5,$7); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8398:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_substr($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8404:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_substr($3,$5,$7); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8410:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_substr($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8423:13: note: in expansion of macro ‘Lex’ Lex->set_stmt_unsafe(LEX::BINLOG_STMT_UNSAFE_SYSTEM_FUNCTION); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8435:34: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_sysdate_local($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8437:34: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_now_local($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8439:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8440:13: note: in expansion of macro ‘Lex’ Lex->safe_to_cache_query=0; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8444:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_date_add_interval($7,$5,$3,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8450:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_timestamp_diff($5,$7,$3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8456:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_curdate_utc(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8463:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_curtime_utc(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8470:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_now_utc(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8485:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_ascii($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8491:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_charset($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8497:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_coalesce(* $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8503:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_collation($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8509:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_database(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8516:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_if($3,$5,$7); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8522:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_microsecond($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8528:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_func_mod($3, $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8534:33: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_old_password($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8540:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8552:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_func_quarter($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8558:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_repeat($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8564:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_replace($3,$5,$7); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8570:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_round($3,$5,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8576:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8588:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_week($3,$5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8598:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ In file included from /home/ushastry/Downloads/mysql-5.5.35/sql/item.h:2819:0, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_lex.h:26, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_class.h:389, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_acl.h:21, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_parse.h:20, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:42: /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8610:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8616:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8623:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8630:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8637:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8644:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8651:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, Item_func_point($3,$5)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/item_geofunc.h:401:45: note: in definition of macro ‘GEOM_NEW’ #define GEOM_NEW(thd, obj_constructor) new (thd->mem_root) obj_constructor ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8655:36: note: in expansion of macro ‘YYTHD’ $$= GEOM_NEW(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8676:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8693:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8747:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8811:37: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) List; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8844:133: note: in expansion of macro ‘YYTHD’ $2->set_name($1, (uint) ($3 - $1), YYTHD->charset()); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8852:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_avg($3, FALSE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8858:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_avg($4, TRUE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8864:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_and($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8870:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_or($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8876:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_xor($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8882:30: note: in expansion of macro ‘YYTHD’ Item *item= new (YYTHD->mem_root) Item_int((int32) 0L,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8891:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_count($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8896:7: note: in expansion of macro ‘Select’ { Select->in_sum_expr++; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8898:7: note: in expansion of macro ‘Select’ { Select->in_sum_expr--; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8901:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_count(* $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8907:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_min($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8918:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_min($4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8924:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_max($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8930:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_max($4); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8936:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_std($3, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8942:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_variance($3, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8948:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_std($3, 1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8954:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_variance($3, 1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8960:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_sum($3, FALSE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8966:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_sum_sum($4, TRUE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8971:7: note: in expansion of macro ‘Select’ { Select->in_sum_expr++; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8976:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:8991:19: note: in expansion of macro ‘Lex’ if (! Lex->parsing_options.allows_variable) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9007:38: note: in expansion of macro ‘YYTHD’ $$= item= new (YYTHD->mem_root) Item_func_set_user_var($1, $3, false); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9016:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_func_get_user_var($1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9028:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9030:48: note: in expansion of macro ‘YYTHD’ if (!($$= get_system_var(YYTHD, $2, $3, $4))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9033:15: note: in expansion of macro ‘Lex’ Lex->set_stmt_unsafe(LEX::BINLOG_STMT_UNSAFE_SYSTEM_VARIABLE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9045:34: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) String(",", 1, &my_charset_latin1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9056:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9072:30: note: in expansion of macro ‘YYTHD’ { if (add_gorder_to_list(YYTHD, $3,(bool) $4)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9074:30: note: in expansion of macro ‘YYTHD’ { if (add_gorder_to_list(YYTHD, $1,(bool) $2)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9080:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9089:13: note: in expansion of macro ‘Select’ Select->in_sum_expr--; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9096:41: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_CHAR; Lex->charset= &my_charset_bin; Lex->dec= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9098:41: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_CHAR; Lex->dec= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9100:41: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_CHAR; Lex->charset= national_charset_info; Lex->dec=0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9102:47: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_SIGNED_INT; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9104:47: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_SIGNED_INT; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9106:49: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_UNSIGNED_INT; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9108:49: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_UNSIGNED_INT; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9110:41: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_DATE; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9112:41: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_TIME; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9114:45: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_DATETIME; Lex->charset= NULL; Lex->dec=Lex->length= (char*)0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9116:44: note: in expansion of macro ‘Lex’ { $$=ITEM_CAST_DECIMAL; Lex->charset= NULL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9127:37: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) List; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9147:37: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) List; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9174:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9192:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9199:7: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ derived_table_list { MYSQL_YYABORT_UNLESS($$=$1); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9220:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && ($$=$3)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9239:7: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ { MYSQL_YYABORT_UNLESS($1 && ($$=$3)); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9241:7: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ { MYSQL_YYABORT_UNLESS($1 && ($$=$3)); $3->straight=1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9245:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9247:50: note: in expansion of macro ‘YYTHD’ if (push_new_name_resolution_context(YYTHD, $1, $3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9249:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_ON; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9254:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9260:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9262:50: note: in expansion of macro ‘YYTHD’ if (push_new_name_resolution_context(YYTHD, $1, $3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9264:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_ON; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9270:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9276:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9279:94: note: in expansion of macro ‘Select’ { add_join_natural($1,$3,$7,Select); $$=$3; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9282:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && ($$=$4)); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9283:80: note: in expansion of macro ‘Select’ add_join_natural($1,$4,NULL,Select); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9290:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9292:50: note: in expansion of macro ‘YYTHD’ if (push_new_name_resolution_context(YYTHD, $1, $5)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9294:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_ON; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9299:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9306:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9310:100: note: in expansion of macro ‘Select’ add_join_natural($1,$5,$9,Select); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9316:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $6); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9317:80: note: in expansion of macro ‘Select’ add_join_natural($1,$6,NULL,Select); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9326:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9328:50: note: in expansion of macro ‘YYTHD’ if (push_new_name_resolution_context(YYTHD, $1, $5)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9330:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_ON; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9334:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9343:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $5); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9347:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9354:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1 && $6); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9355:80: note: in expansion of macro ‘Select’ add_join_natural($6,$1,NULL,Select); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9378:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9383:39: note: in expansion of macro ‘Select’ if (!($$= Select->add_table_to_list(YYTHD, $2, $3, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9389:13: note: in expansion of macro ‘Select’ Select->add_joined_table($$); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9393:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9449:24: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9472:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9508:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9515:42: note: in expansion of macro ‘Lex’ if (add_select_to_union_list(Lex, (bool)$3, FALSE)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9524:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9531:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9540:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9559:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9567:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9576:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9582:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9598:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9615:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9621:27: note: in expansion of macro ‘Select’ /* Empty */ { $$= Select; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9627:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9673:13: note: in expansion of macro ‘Select’ Select->set_index_hint_type($1, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9678:13: note: in expansion of macro ‘Select’ Select->set_index_hint_type(INDEX_HINT_USE, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9690:7: note: in expansion of macro ‘Select’ | { Select->alloc_index_hints(YYTHD); } index_hints_list ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9694:8: note: in expansion of macro ‘Select’ { Select->clear_index_hints(); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9699:7: note: in expansion of macro ‘Select’ /* empty */ { Select->add_index_hint(YYTHD, NULL, 0); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9705:7: note: in expansion of macro ‘Select’ { Select->add_index_hint(YYTHD, $1.str, $1.length); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9707:7: note: in expansion of macro ‘Select’ { Select->add_index_hint(YYTHD, (char *)"PRIMARY", 7); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9719:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9720:29: note: in expansion of macro ‘YYTHD’ String *s= new (YYTHD->mem_root) String((const char *) $1.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9729:29: note: in expansion of macro ‘YYTHD’ String *s= new (YYTHD->mem_root) String((const char *) $3.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9785:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9795:7: note: in expansion of macro ‘Select’ /* empty */ { Select->where= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9798:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_WHERE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9802:33: note: in expansion of macro ‘Select’ SELECT_LEX *select= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9814:13: note: in expansion of macro ‘Select’ Select->parsing_place= IN_HAVING; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9818:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9829:13: note: in expansion of macro ‘Lex’ Lex->escape_used= TRUE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9834:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9855:29: note: in expansion of macro ‘YYTHD’ { if (add_group_to_list(YYTHD, $3,(bool) $4)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9857:29: note: in expansion of macro ‘YYTHD’ { if (add_group_to_list(YYTHD, $1,(bool) $2)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9871:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9891:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9918:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9937:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9971:29: note: in expansion of macro ‘YYTHD’ { if (add_order_to_list(YYTHD, $3,(bool) $4)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9973:29: note: in expansion of macro ‘YYTHD’ { if (add_order_to_list(YYTHD, $1,(bool) $2)) MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:9985:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10001:13: note: in expansion of macro ‘Lex’ Lex->set_stmt_unsafe(LEX::BINLOG_STMT_UNSAFE_LIMIT); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10008:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10015:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10022:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10033:21: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10070:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_uint($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10076:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_uint($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10082:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_uint($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10091:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10096:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10117:7: note: in expansion of macro ‘MYSQL_YYABORT’ | dec_num_error { MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10132:7: note: in expansion of macro ‘MYSQL_YYABORT’ | dec_num_error { MYSQL_YYABORT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10149:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10190:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10201:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10217:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10236:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10268:19: note: in expansion of macro ‘Lex’ if (! Lex->parsing_options.allows_select_into) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10280:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10287:7: note: in expansion of macro ‘Lex’ { Lex->exchange->cs= $4; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10291:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10303:13: note: in expansion of macro ‘Lex’ Lex->uncacheable(UNCACHEABLE_SIDEEFFECT); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10314:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10320:13: note: in expansion of macro ‘Lex’ Lex->insert_list= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10331:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10342:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10358:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10365:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10388:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10409:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10421:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_DROP_USER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10425:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10435:13: note: in expansion of macro ‘Lex’ Lex->drop_if_exists= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10441:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10448:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10453:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10458:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_DROP_SERVER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10473:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10489:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, NULL, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10513:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10521:13: note: in expansion of macro ‘Select’ Select->set_lock_for_tables($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10531:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10538:13: note: in expansion of macro ‘Select’ Select->set_lock_for_tables($3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10554:33: note: in expansion of macro ‘Lex’ $$= (Lex->sphead ? TL_WRITE_DEFAULT : TL_WRITE_CONCURRENT_INSERT); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10562:11: note: in expansion of macro ‘Lex’ Lex->keyword_delayed_begin_offset= (uint)(YYLIP->get_tok_start() - ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10575:11: note: in expansion of macro ‘Lex’ Lex->keyword_delayed_begin_offset= (uint)(YYLIP->get_tok_start() - ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10591:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10603:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10612:7: note: in expansion of macro ‘Lex’ fields ',' insert_ident { Lex->field_list.push_back($3); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10613:7: note: in expansion of macro ‘Lex’ | insert_ident { Lex->field_list.push_back($1); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10620:7: note: in expansion of macro ‘Select’ { Select->set_braces(0);} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10623:7: note: in expansion of macro ‘Select’ { Select->set_braces(1);} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10640:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10660:21: note: in expansion of macro ‘Lex’ if (!(Lex->insert_list = new List_item)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10665:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10679:17: note: in expansion of macro ‘Lex’ if (Lex->insert_list->push_back($3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10684:17: note: in expansion of macro ‘Lex’ if (Lex->insert_list->push_back($1)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10693:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_default_value(Lex->current_context()); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10701:7: note: in expansion of macro ‘Lex’ | ON DUPLICATE_SYM { Lex->duplicates= DUP_UPDATE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10710:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10718:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10746:34: note: in expansion of macro ‘YYTHD’ if (add_item_to_list(YYTHD, $1) || add_value_to_list(YYTHD, $3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10759:21: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10776:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10791:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $2, NULL, TL_OPTION_UPDATING, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:33:17: note: in expansion of macro ‘YYTHD’ #define YYPS (& YYTHD->m_parser_state->m_yacc) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10795:13: note: in expansion of macro ‘YYPS’ YYPS->m_lock_type= TL_READ_DEFAULT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10802:37: note: in expansion of macro ‘Lex’ mysql_init_multi_delete(Lex); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10808:60: note: in expansion of macro ‘Lex’ if (multi_delete_set_locks_and_link_aux_tables(Lex)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10813:37: note: in expansion of macro ‘Lex’ mysql_init_multi_delete(Lex); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10819:60: note: in expansion of macro ‘Lex’ if (multi_delete_set_locks_and_link_aux_tables(Lex)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10834:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10835:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10845:46: note: in expansion of macro ‘YYTHD’ Table_ident *ti= new Table_ident(YYTHD, $1, $3, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10869:7: note: in expansion of macro ‘Select’ QUICK { Select->options|= OPTION_QUICK; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:33:17: note: in expansion of macro ‘YYTHD’ #define YYPS (& YYTHD->m_parser_state->m_yacc) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10870:7: note: in expansion of macro ‘YYPS’ | LOW_PRIORITY { YYPS->m_lock_type= TL_WRITE_LOW_PRIORITY; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10871:7: note: in expansion of macro ‘Lex’ | IGNORE_SYM { Lex->ignore= 1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10877:23: note: in expansion of macro ‘Lex’ LEX* lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10888:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10913:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_CPU; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10917:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_MEMORY; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10921:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_BLOCK_IO; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10925:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_CONTEXT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10929:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_PAGE_FAULTS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10933:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_IPC; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10937:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_SWAPS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10941:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_SOURCE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10945:7: note: in expansion of macro ‘Lex’ Lex->profile_options|= PROFILE_ALL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10952:7: note: in expansion of macro ‘Lex’ Lex->profile_query_id= 0; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10956:7: note: in expansion of macro ‘Lex’ Lex->profile_query_id= atoi($3.str); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10965:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10973:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10980:24: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10987:24: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:10995:24: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11003:24: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11011:24: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11019:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11027:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11033:7: note: in expansion of macro ‘Lex’ { Lex->create_info.db_type= $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11035:7: note: in expansion of macro ‘Lex’ { Lex->create_info.db_type= NULL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11038:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11047:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_SHOW_BINLOGS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11051:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_SHOW_SLAVE_HOSTS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11055:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11060:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11065:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11074:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11081:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11090:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11099:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11107:7: note: in expansion of macro ‘Lex’ { Lex->sql_command = SQLCOM_SHOW_WARNS;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11109:7: note: in expansion of macro ‘Lex’ { Lex->sql_command = SQLCOM_SHOW_ERRORS;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11111:7: note: in expansion of macro ‘Lex’ { Lex->sql_command = SQLCOM_SHOW_PROFILES; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11114:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11121:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11128:7: note: in expansion of macro ‘Lex’ { Lex->sql_command= SQLCOM_SHOW_PROCESSLIST;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11131:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11139:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11146:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11153:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11163:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11170:13: note: in expansion of macro ‘Lex’ Lex->sql_command=SQLCOM_SHOW_CREATE_DB; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11176:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11185:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11193:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_SHOW_MASTER_STAT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11197:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_SHOW_SLAVE_STAT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11201:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11208:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11215:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11221:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11228:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11235:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_SHOW_PROC_CODE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11240:13: note: in expansion of macro ‘Lex’ Lex->sql_command= SQLCOM_SHOW_FUNC_CODE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11245:13: note: in expansion of macro ‘Lex’ Lex->spname= $3; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11252:7: note: in expansion of macro ‘Lex’ { Lex->sql_command= SQLCOM_SHOW_ENGINE_STATUS; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11254:7: note: in expansion of macro ‘Lex’ { Lex->sql_command= SQLCOM_SHOW_ENGINE_MUTEX; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11256:7: note: in expansion of macro ‘Lex’ { Lex->sql_command= SQLCOM_SHOW_ENGINE_LOGS; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11275:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->verbose=0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11276:7: note: in expansion of macro ‘Lex’ | FULL { Lex->verbose=1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11285:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->mi.log_file_name = 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11286:7: note: in expansion of macro ‘Lex’ | IN_SYM TEXT_STRING_sys { Lex->mi.log_file_name = $2.str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11290:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->mi.pos = 4; /* skip magic number */ } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11291:7: note: in expansion of macro ‘Lex’ | FROM ulonglong_num { Lex->mi.pos = $2; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11298:13: note: in expansion of macro ‘Lex’ Lex->wild= new (YYTHD->mem_root) String($2.str, $2.length, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11305:13: note: in expansion of macro ‘Select’ Select->where= $2; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11315:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11326:13: note: in expansion of macro ‘Select’ Select->parsing_place= NO_MATTER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11329:7: note: in expansion of macro ‘Lex’ { Lex->describe|= DESCRIBE_NORMAL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11332:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11344:7: note: in expansion of macro ‘Lex’ | EXTENDED_SYM { Lex->describe|= DESCRIBE_EXTENDED; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11345:7: note: in expansion of macro ‘Lex’ | PARTITIONS_SYM { Lex->describe|= DESCRIBE_PARTITIONS; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11350:7: note: in expansion of macro ‘Lex’ | text_string { Lex->wild= $1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11353:13: note: in expansion of macro ‘Lex’ Lex->wild= new (YYTHD->mem_root) String((const char*) $1.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11367:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11379:13: note: in expansion of macro ‘Lex’ Lex->type|= REFRESH_TABLES; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11396:33: note: in expansion of macro ‘Lex’ TABLE_LIST *tables= Lex->query_tables; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11415:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_ERROR_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11417:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_ENGINE_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11419:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_GENERAL_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11421:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_SLOW_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11423:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_BINARY_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11425:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_RELAY_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11427:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_QUERY_CACHE_FREE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11429:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_HOSTS; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11431:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_GRANT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11433:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_LOG; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11435:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_STATUS; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11438:13: note: in expansion of macro ‘Lex’ Lex->type|= REFRESH_SLAVE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11442:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_MASTER; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11444:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_DES_KEY_FILE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11446:7: note: in expansion of macro ‘Lex’ { Lex->type|= REFRESH_USER_RESOURCES; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11457:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11470:7: note: in expansion of macro ‘Lex’ SLAVE { Lex->type|= REFRESH_SLAVE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11472:7: note: in expansion of macro ‘Lex’ | MASTER_SYM { Lex->type|= REFRESH_MASTER; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11473:7: note: in expansion of macro ‘Lex’ | QUERY_SYM CACHE_SYM { Lex->type|= REFRESH_QUERY_CACHE;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11477:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->reset_slave_info.all= false; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11478:7: note: in expansion of macro ‘Lex’ | ALL { Lex->reset_slave_info.all= true; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11484:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11499:13: note: in expansion of macro ‘Lex’ Lex->to_log = $2.str; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11503:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11515:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11523:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->type= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11524:7: note: in expansion of macro ‘Lex’ | CONNECTION_SYM { Lex->type= 0; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11525:7: note: in expansion of macro ‘Lex’ | QUERY_SYM { Lex->type= ONLY_KILL_QUERY; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11533:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11544:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11556:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11566:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11575:7: note: in expansion of macro ‘Lex’ { Lex->exchange->cs= $14; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11600:17: note: in expansion of macro ‘Lex’ if (Lex->sphead != 0) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11610:7: note: in expansion of macro ‘Lex’ /* empty */ { Lex->duplicates=DUP_ERROR; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11611:7: note: in expansion of macro ‘Lex’ | REPLACE { Lex->duplicates=DUP_REPLACE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11612:7: note: in expansion of macro ‘Lex’ | IGNORE_SYM { Lex->ignore= 1; } ^ In file included from /home/ushastry/Downloads/mysql-5.5.35/include/my_global.h:385:0, from /home/ushastry/Downloads/mysql-5.5.35/sql/unireg.h:20, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:41: /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11628:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11628:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11633:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ In file included from /home/ushastry/Downloads/mysql-5.5.35/include/my_global.h:385:0, from /home/ushastry/Downloads/mysql-5.5.35/sql/unireg.h:20, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:41: /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11640:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11640:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11645:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11645:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11663:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11663:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11668:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11668:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11676:7: note: in expansion of macro ‘Lex’ { Lex->exchange->line_term = $4; }; ^ In file included from /home/ushastry/Downloads/mysql-5.5.35/include/my_global.h:385:0, from /home/ushastry/Downloads/mysql-5.5.35/sql/unireg.h:20, from /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:41: /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11682:13: note: in expansion of macro ‘DBUG_ASSERT’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11682:25: note: in expansion of macro ‘Lex’ DBUG_ASSERT(Lex->exchange != 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11701:7: note: in expansion of macro ‘Lex’ { Lex->field_list.push_back($3); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11703:7: note: in expansion of macro ‘Lex’ { Lex->field_list.push_back($1); } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11710:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_user_var_as_out_param($2); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11729:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11750:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11773:30: note: in expansion of macro ‘Lex’ uint repertoire= Lex->text_string_is_7bit ? ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11785:36: note: in expansion of macro ‘YYTHD’ Item_string *str= new (YYTHD->mem_root) Item_string($2.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11804:33: note: in expansion of macro ‘YYTHD’ CHARSET_INFO *cs= YYTHD->variables.collation_connection; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11815:34: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) String($1.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11823:29: note: in expansion of macro ‘YYTHD’ Item *tmp= new (YYTHD->mem_root) Item_hex_string($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11835:29: note: in expansion of macro ‘YYTHD’ Item *tmp= new (YYTHD->mem_root) Item_bin_string($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11850:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11883:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_null(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11890:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_int((char*) "FALSE",0,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11896:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_int((char*) "TRUE",1,1); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11902:33: note: in expansion of macro ‘YYTHD’ $$ = new (YYTHD->mem_root) Item_hex_string($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11908:32: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_bin_string($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11914:29: note: in expansion of macro ‘YYTHD’ Item *tmp= new (YYTHD->mem_root) Item_hex_string($2.str, $2.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11943:29: note: in expansion of macro ‘YYTHD’ Item *tmp= new (YYTHD->mem_root) Item_bin_string($2.str, $2.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11978:36: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11988:36: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:11997:36: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_uint($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12003:36: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_decimal($1.str, $1.length, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12012:36: note: in expansion of macro ‘YYTHD’ $$= new (YYTHD->mem_root) Item_float($1.str, $1.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12032:30: note: in expansion of macro ‘Select’ SELECT_LEX *sel= Select; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12041:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12061:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12112:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12134:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12213:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12238:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12270:32: note: in expansion of macro ‘Select’ TABLE_LIST *table= Select->table_list.first; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12286:32: note: in expansion of macro ‘Select’ TABLE_LIST *table= Select->table_list.first; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12302:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12306:44: note: in expansion of macro ‘YYTHD’ $$= new Table_ident(YYTHD, $1,$3,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12315:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12324:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12328:44: note: in expansion of macro ‘YYTHD’ $$= new Table_ident(YYTHD, $1,$3,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12338:44: note: in expansion of macro ‘YYTHD’ $$= new Table_ident(YYTHD, db,$1,0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12348:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12378:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12394:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12410:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12428:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12440:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12457:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12474:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12496:48: note: in expansion of macro ‘YYTHD’ if (!($$=(LEX_USER*) YYTHD->alloc(sizeof(st_lex_user)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12853:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12877:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12908:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12966:7: note: in expansion of macro ‘Lex’ | ONE_SHOT_SYM { Lex->one_shot_set= 1; $$= OPT_SESSION; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:12991:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13033:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13053:24: note: in expansion of macro ‘YYTHD’ item= new (YYTHD->mem_root) Item_func_set_user_var($2, $4, false); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13063:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13076:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13090:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13105:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13124:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13153:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13154:13: note: in expansion of macro ‘Lex’ Lex->var_list.push_back(var); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13164:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13191:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13234:39: note: in expansion of macro ‘YYTHD’ sys_var *tmp=find_sys_var(YYTHD, $3.str, $3.length); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13256:65: note: in expansion of macro ‘YYTHD’ $$= $3.length ? YYTHD->variables.old_passwords ? ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13265:95: note: in expansion of macro ‘YYTHD’ $$= $3.length ? Item_func_old_password::alloc(YYTHD, $3.str, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13279:31: note: in expansion of macro ‘YYTHD’ $$=new (YYTHD->mem_root) Item_string("ON", 2, system_charset_info); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13285:31: note: in expansion of macro ‘YYTHD’ $$=new (YYTHD->mem_root) Item_string("ALL", 3, system_charset_info); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13291:31: note: in expansion of macro ‘YYTHD’ $$=new (YYTHD->mem_root) Item_string("binary", 6, system_charset_info); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13302:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13330:18: note: in expansion of macro ‘Select’ if (!Select->add_table_to_list(YYTHD, $1, $2, 0, lock_type, ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13348:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13368:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13380:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13392:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13411:13: note: in expansion of macro ‘Lex’ Lex->expr_allows_subselect= TRUE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13423:7: note: in expansion of macro ‘Lex’ handler_scan_function { Lex->ident= null_lex_str; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13424:7: note: in expansion of macro ‘Lex’ | ident handler_rkey_function { Lex->ident= $1; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13428:7: note: in expansion of macro ‘Lex’ FIRST_SYM { Lex->ha_read_mode = RFIRST; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13429:7: note: in expansion of macro ‘Lex’ | NEXT_SYM { Lex->ha_read_mode = RNEXT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13433:7: note: in expansion of macro ‘Lex’ FIRST_SYM { Lex->ha_read_mode = RFIRST; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13434:7: note: in expansion of macro ‘Lex’ | NEXT_SYM { Lex->ha_read_mode = RNEXT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13435:7: note: in expansion of macro ‘Lex’ | PREV_SYM { Lex->ha_read_mode = RPREV; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13436:7: note: in expansion of macro ‘Lex’ | LAST_SYM { Lex->ha_read_mode = RLAST; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13439:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13467:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13473:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13484:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13495:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_REVOKE_ALL; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13499:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13515:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13522:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13534:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13545:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13561:13: note: in expansion of macro ‘Lex’ Lex->all_privileges= 1; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13578:7: note: in expansion of macro ‘Lex’ { Lex->which_columns = SELECT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13581:7: note: in expansion of macro ‘Lex’ { Lex->which_columns = INSERT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13584:7: note: in expansion of macro ‘Lex’ { Lex->which_columns = UPDATE_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13587:7: note: in expansion of macro ‘Lex’ { Lex->which_columns = REFERENCES_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13589:7: note: in expansion of macro ‘Lex’ | DELETE_SYM { Lex->grant |= DELETE_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13591:7: note: in expansion of macro ‘Lex’ | INDEX_SYM { Lex->grant |= INDEX_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13592:7: note: in expansion of macro ‘Lex’ | ALTER { Lex->grant |= ALTER_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13593:7: note: in expansion of macro ‘Lex’ | CREATE { Lex->grant |= CREATE_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13594:7: note: in expansion of macro ‘Lex’ | DROP { Lex->grant |= DROP_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13595:7: note: in expansion of macro ‘Lex’ | EXECUTE_SYM { Lex->grant |= EXECUTE_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13596:7: note: in expansion of macro ‘Lex’ | RELOAD { Lex->grant |= RELOAD_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13597:7: note: in expansion of macro ‘Lex’ | SHUTDOWN { Lex->grant |= SHUTDOWN_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13598:7: note: in expansion of macro ‘Lex’ | PROCESS { Lex->grant |= PROCESS_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13599:7: note: in expansion of macro ‘Lex’ | FILE_SYM { Lex->grant |= FILE_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13600:7: note: in expansion of macro ‘Lex’ | GRANT OPTION { Lex->grant |= GRANT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13601:7: note: in expansion of macro ‘Lex’ | SHOW DATABASES { Lex->grant |= SHOW_DB_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13602:7: note: in expansion of macro ‘Lex’ | SUPER_SYM { Lex->grant |= SUPER_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13603:7: note: in expansion of macro ‘Lex’ | CREATE TEMPORARY TABLES { Lex->grant |= CREATE_TMP_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13604:7: note: in expansion of macro ‘Lex’ | LOCK_SYM TABLES { Lex->grant |= LOCK_TABLES_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13605:7: note: in expansion of macro ‘Lex’ | REPLICATION SLAVE { Lex->grant |= REPL_SLAVE_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13606:7: note: in expansion of macro ‘Lex’ | REPLICATION CLIENT_SYM { Lex->grant |= REPL_CLIENT_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13607:7: note: in expansion of macro ‘Lex’ | CREATE VIEW_SYM { Lex->grant |= CREATE_VIEW_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13608:7: note: in expansion of macro ‘Lex’ | SHOW VIEW_SYM { Lex->grant |= SHOW_VIEW_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13609:7: note: in expansion of macro ‘Lex’ | CREATE ROUTINE_SYM { Lex->grant |= CREATE_PROC_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13610:7: note: in expansion of macro ‘Lex’ | ALTER ROUTINE_SYM { Lex->grant |= ALTER_PROC_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13611:7: note: in expansion of macro ‘Lex’ | CREATE USER { Lex->grant |= CREATE_USER_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13612:7: note: in expansion of macro ‘Lex’ | EVENT_SYM { Lex->grant |= EVENT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13613:7: note: in expansion of macro ‘Lex’ | TRIGGER_SYM { Lex->grant |= TRIGGER_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13614:7: note: in expansion of macro ‘Lex’ | CREATE TABLESPACE { Lex->grant |= CREATE_TABLESPACE_ACL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13630:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13640:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13650:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13663:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13678:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13691:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13704:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13716:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($1)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13721:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13729:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($1)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13734:17: note: in expansion of macro ‘Lex’ if (Lex->users_list.push_back($3)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13743:17: note: in expansion of macro ‘Lex’ if (Lex->sql_command == SQLCOM_REVOKE) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13747:19: note: in expansion of macro ‘YYTHD’ if (YYTHD->variables.old_passwords) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13771:17: note: in expansion of macro ‘Lex’ if (Lex->sql_command == SQLCOM_REVOKE) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13778:17: note: in expansion of macro ‘Lex’ if (Lex->sql_command == SQLCOM_REVOKE) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13786:17: note: in expansion of macro ‘Lex’ if (Lex->sql_command == SQLCOM_REVOKE) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13799:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13813:36: note: in expansion of macro ‘YYTHD’ String *new_str = new (YYTHD->mem_root) String((const char*) $1.str,$1.length,system_charset_info); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13842:13: note: in expansion of macro ‘Lex’ Lex->ssl_type=SSL_TYPE_SPECIFIED; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13846:13: note: in expansion of macro ‘Lex’ Lex->ssl_type=SSL_TYPE_ANY; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13850:13: note: in expansion of macro ‘Lex’ Lex->ssl_type=SSL_TYPE_X509; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13854:13: note: in expansion of macro ‘Lex’ Lex->ssl_type=SSL_TYPE_NONE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13865:7: note: in expansion of macro ‘Lex’ | WITH GRANT OPTION { Lex->grant |= GRANT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13874:7: note: in expansion of macro ‘Lex’ GRANT OPTION { Lex->grant |= GRANT_ACL;} ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13877:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13883:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13889:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13895:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13904:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13938:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13950:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13960:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13969:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13978:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:13997:42: note: in expansion of macro ‘Lex’ if (add_select_to_union_list(Lex, (bool)$2, TRUE)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14006:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14023:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14039:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14059:33: note: in expansion of macro ‘Lex’ $$= Lex->current_select->master_unit()->first_select(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14063:33: note: in expansion of macro ‘Lex’ $$= Lex->current_select->master_unit()->first_select(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14072:42: note: in expansion of macro ‘Lex’ if (add_select_to_union_list(Lex, (bool)$3, FALSE)) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14078:13: note: in expansion of macro ‘Lex’ Lex->pop_context(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14093:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14114:22: note: in expansion of macro ‘Lex’ LEX *lex=Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14141:7: note: in expansion of macro ‘Select’ STRAIGHT_JOIN { Select->options|= SELECT_STRAIGHT_JOIN; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14145:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:33:17: note: in expansion of macro ‘YYTHD’ #define YYPS (& YYTHD->m_parser_state->m_yacc) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14146:13: note: in expansion of macro ‘YYPS’ YYPS->m_lock_type= TL_READ_HIGH_PRIORITY; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14150:7: note: in expansion of macro ‘Select’ | DISTINCT { Select->options|= SELECT_DISTINCT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14151:7: note: in expansion of macro ‘Select’ | SQL_SMALL_RESULT { Select->options|= SELECT_SMALL_RESULT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14152:7: note: in expansion of macro ‘Select’ | SQL_BIG_RESULT { Select->options|= SELECT_BIG_RESULT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14156:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14157:13: note: in expansion of macro ‘Select’ Select->options|= OPTION_BUFFER_RESULT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14162:15: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14163:13: note: in expansion of macro ‘Select’ Select->options|= OPTION_FOUND_ROWS; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:39:16: note: in expansion of macro ‘Lex’ #define Select Lex->current_select ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14165:7: note: in expansion of macro ‘Select’ | ALL { Select->options|= SELECT_ALL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14221:13: note: in expansion of macro ‘YYTHD’ YYTHD->lex->definer= 0; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14228:13: note: in expansion of macro ‘YYTHD’ YYTHD->lex->definer= get_current_user(YYTHD, $3); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14249:7: note: in expansion of macro ‘Lex’ { Lex->create_view_mode= VIEW_CREATE_OR_REPLACE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14254:7: note: in expansion of macro ‘Lex’ { Lex->create_view_algorithm= VIEW_ALGORITHM_UNDEFINED; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14256:7: note: in expansion of macro ‘Lex’ { Lex->create_view_algorithm= VIEW_ALGORITHM_MERGE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14258:7: note: in expansion of macro ‘Lex’ { Lex->create_view_algorithm= VIEW_ALGORITHM_TMPTABLE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14263:7: note: in expansion of macro ‘Lex’ { Lex->create_view_suid= VIEW_SUID_DEFAULT; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14265:7: note: in expansion of macro ‘Lex’ { Lex->create_view_suid= VIEW_SUID_DEFINER; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14267:7: note: in expansion of macro ‘Lex’ { Lex->create_view_suid= VIEW_SUID_INVOKER; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14273:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14296:15: note: in expansion of macro ‘Lex’ Lex->view_list.push_back((LEX_STRING*) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14301:15: note: in expansion of macro ‘Lex’ Lex->view_list.push_back((LEX_STRING*) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14308:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14317:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14338:7: note: in expansion of macro ‘Lex’ { Lex->create_view_check= VIEW_CHECK_NONE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14340:7: note: in expansion of macro ‘Lex’ { Lex->create_view_check= VIEW_CHECK_CASCADED; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14342:7: note: in expansion of macro ‘Lex’ { Lex->create_view_check= VIEW_CHECK_CASCADED; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14344:7: note: in expansion of macro ‘Lex’ { Lex->create_view_check= VIEW_CHECK_LOCAL; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14362:13: note: in expansion of macro ‘Lex’ Lex->raw_trg_on_table_name_begin= YYLIP->get_tok_start(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14368:13: note: in expansion of macro ‘Lex’ Lex->raw_trg_on_table_name_end= YYLIP->get_tok_start(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14373:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14403:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14437:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14455:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14478:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14510:13: note: in expansion of macro ‘Lex’ Lex->sphead->m_param_end= YYLIP->get_cpp_tok_start(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14514:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14522:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14545:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14554:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14610:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:32:18: note: in expansion of macro ‘YYTHD’ #define YYLIP (& YYTHD->m_parser_state->m_lip) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14636:30: note: in expansion of macro ‘YYLIP’ tmp_param_begin= YYLIP->get_cpp_tok_start(); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14643:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14651:23: note: in expansion of macro ‘YYTHD’ THD *thd= YYTHD; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14659:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14673:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_START; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14677:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_END; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14681:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_PREPARE; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14685:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_COMMIT; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14689:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_ROLLBACK; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14693:13: note: in expansion of macro ‘Lex’ Lex->sql_command = SQLCOM_XA_RECOVER; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14700:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1->length() <= MAXGTRIDSIZE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14701:19: note: in expansion of macro ‘Lex’ if (!(Lex->xid=(XID *)YYTHD->alloc(sizeof(XID)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14703:13: note: in expansion of macro ‘Lex’ Lex->xid->set(1L, $1->ptr(), $1->length(), 0, 0); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14707:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1->length() <= MAXGTRIDSIZE && $3->length() <= MAXBQUALSIZE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14708:19: note: in expansion of macro ‘Lex’ if (!(Lex->xid=(XID *)YYTHD->alloc(sizeof(XID)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14710:13: note: in expansion of macro ‘Lex’ Lex->xid->set(1L, $1->ptr(), $1->length(), $3->ptr(), $3->length()); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:91:40: note: in expansion of macro ‘YYTHD’ LEX::cleanup_lex_after_parse_error(YYTHD);\ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:99:5: note: in expansion of macro ‘MYSQL_YYABORT’ MYSQL_YYABORT; \ ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14714:13: note: in expansion of macro ‘MYSQL_YYABORT_UNLESS’ MYSQL_YYABORT_UNLESS($1->length() <= MAXGTRIDSIZE && $3->length() <= MAXBQUALSIZE); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14715:19: note: in expansion of macro ‘Lex’ if (!(Lex->xid=(XID *)YYTHD->alloc(sizeof(XID)))) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14717:13: note: in expansion of macro ‘Lex’ Lex->xid->set($5, $1->ptr(), $1->length(), $3->ptr(), $3->length()); ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14727:7: note: in expansion of macro ‘Lex’ /* nothing */ { Lex->xa_opt=XA_NONE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14728:7: note: in expansion of macro ‘Lex’ | JOIN_SYM { Lex->xa_opt=XA_JOIN; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14729:7: note: in expansion of macro ‘Lex’ | RESUME_SYM { Lex->xa_opt=XA_RESUME; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14733:7: note: in expansion of macro ‘Lex’ /* nothing */ { Lex->xa_opt=XA_NONE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14734:7: note: in expansion of macro ‘Lex’ | ONE_SYM PHASE_SYM { Lex->xa_opt=XA_ONE_PHASE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14739:7: note: in expansion of macro ‘Lex’ { Lex->xa_opt=XA_NONE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14741:7: note: in expansion of macro ‘Lex’ { Lex->xa_opt=XA_SUSPEND; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14747:7: note: in expansion of macro ‘Lex’ | FOR_SYM MIGRATE_SYM { Lex->xa_opt=XA_FOR_MIGRATE; } ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14753:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:31:23: error: ‘yythd’ was not declared in this scope #define YYTHD ((THD *)yythd) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:38:14: note: in expansion of macro ‘YYTHD’ #define Lex (YYTHD->lex) ^ /home/ushastry/Downloads/mysql-5.5.35/sql/sql_yacc.yy:14763:23: note: in expansion of macro ‘Lex’ LEX *lex= Lex; ^ make[2]: *** [sql/CMakeFiles/sql.dir/sql_yacc.cc.o] Error 1 make[1]: *** [sql/CMakeFiles/sql.dir/all] Error 2 make: *** [all] Error 2