- 28 Nov, 2002 15 commits
-
-
unknown authored
into myvenu.com:/home/venu/bk/src-4.1
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1 sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1 sql/sql_yacc.yy: Auto merged
-
unknown authored
fixed sunction-test select in IN bug fixed unions in subselect bug include/mysqld_error.h: new warning mysql-test/r/subselect.result: test of * without tables in IN test of sunction-test select in IN test of unions in subselect mysql-test/t/subselect.test: test of * without tables in IN test of sunction-test select in IN test of unions in subselect sql/item.cc: fixed * substitution without tables sql/item_subselect.cc: fixed subselect rewriting with function-test subselect sql/item_subselect.h: mechanism for subselect removing sql/share/czech/errmsg.txt: new warning sql/share/danish/errmsg.txt: new warning sql/share/dutch/errmsg.txt: new warning sql/share/english/errmsg.txt: new warning sql/share/estonian/errmsg.txt: new warning sql/share/french/errmsg.txt: new warning sql/share/german/errmsg.txt: new warning sql/share/greek/errmsg.txt: new warning sql/share/hungarian/errmsg.txt: new warning sql/share/italian/errmsg.txt: new warning sql/share/japanese/errmsg.txt: new warning sql/share/korean/errmsg.txt: new warning sql/share/norwegian-ny/errmsg.txt: new warning sql/share/norwegian/errmsg.txt: new warning sql/share/polish/errmsg.txt: new warning sql/share/portuguese/errmsg.txt: new warning sql/share/romanian/errmsg.txt: new warning sql/share/russian/errmsg.txt: new warning sql/share/serbian/errmsg.txt: new warning sql/share/slovak/errmsg.txt: new warning sql/share/spanish/errmsg.txt: new warning sql/share/swedish/errmsg.txt: new warning sql/share/ukrainian/errmsg.txt: new warning sql/sql_base.cc: fixed case on no name field in UNION subselect sql/sql_lex.cc: mechanisp of removing single subselect for optimisation purposes sql/sql_lex.h: mechanisp of removing single subselect for optimisation purposes sql/sql_parse.cc: error handling sql/sql_union.cc: fixed unions in subselect sql/sql_yacc.yy: fixed Lex->describe flag appearence
-
unknown authored
sql_yacc.yy and sql_parse.cc cleanup sql/lex.h: INSERT ... UPDATE syntax sql/sql_parse.cc: merged SQLCOM_REPLACE and SQLCOM_INSERT the same way their _SELECT counterparts were merged long time ago - just to remove duplicate code and be consistent :) now nobody needs SQLCOM_REPLACE* at all :)) sql/sql_yacc.yy: INSERT ... UPDATE syntax cleanup
-
unknown authored
sql/sql_yacc.yy: Fixed the reduce/reduce conflicts introduced by subselects by breaking select_init apart.
-
unknown authored
libmysys.a is needed for my_errno regex/Makefile.am: libmysys.a is needed for my_errno
-
unknown authored
-
unknown authored
into mysql.r18.ru:/usr/home/ram/mysql-4.1
-
unknown authored
-
unknown authored
libmysql/libmysql.c: Auto merged
-
unknown authored
libmysql/libmysql.c: Fix wrong increment
-
unknown authored
-
unknown authored
-
- 27 Nov, 2002 21 commits
-
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-all_any-4.1
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/r/subselect.result: Auto merged mysql-test/t/subselect.test: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
sql/item.cc: after review changes sql/item.h: after review changes sql/item_subselect.cc: after review changes sql/mysql_priv.h: after review changes sql/sql_base.cc: after review changes
-
unknown authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
-
unknown authored
include/m_ctype.h: Typo fix sql/field.cc: Use new string-to-number functions strings/ctype-bin.c: Use new string-to-number functions strings/ctype-simple.c: Use new string-to-number functions strings/ctype-utf8.c: Use new string-to-number functions
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
into genie.(none):/home/vva/work/new_readline/4.1
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-update-4.1
-
unknown authored
wich is slower and is not ucs2 compatible
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-update-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/pem/work/mysql-4.1 sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
sql/item.cc: Auto merged sql/item.h: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged sql/lex.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1 sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged
-
unknown authored
Added my_global.h to compile after my_list.h is added to mysql.h sql_prepare.cc: Handle close stmt from client Minor fixups to make SET variable=? to work sql_parse.cc: Added missed COM_CLOSE_STMT mysql_priv.h: Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type libmysql.c: Clean all open stmts during mysql_close() implicitly libmysql/libmysql.c: Clean all open stmts during mysql_close() implicitly sql/mysql_priv.h: Handle close_stmt from client Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type sql/sql_parse.cc: Added missed COM_CLOSE_STMT sql/sql_prepare.cc: Handle close stmt from client Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type Minor fixups to make SET variable=? to work client/insert_test.c: Added my_global.h to compile after my_list.h is added to mysql.h client/select_test.c: Added my_global.h to compile after my_list.h is added to mysql.h
-
- 26 Nov, 2002 4 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
-
unknown authored
sql/sql_delete.cc: new order in global select list sql/sql_derived.cc: removed recursion from derived tables sql/sql_insert.cc: new order in global select list sql/sql_lex.h: pointer to global select list sql/sql_select.cc: new order in global select list sql/sql_update.cc: new order in global select list
-
unknown authored
sql-bench/crash-me.sh: Add tests: - If double double quotes are allowed in identifiers. - Rollback rolls back meta data - NULL sort and NULL sort perserve. - remove one check of "serial". - (Column,Table,Named constraints) new test to crash me if the check syntax is only supported by the parser, but not done for real. - For all ..USER tests, (like current_user), add an extra test if ...USER() is supported. - Add tests for constants TRUE and FALSE - Add test of LIMIT # OFFSET (PostgreSQL syntax) - tests of a lot of new functions
-
unknown authored
mysql-test/r/subselect.result: Multi-delete with subselect test mysql-test/t/subselect.test: Multi-delete with subselect test sql/sql_parse.cc: multi-delete with subselects
-