- 27 Nov, 2002 4 commits
-
-
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
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 9 commits
-
-
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
into sanja.is.com.ua:/home/bell/mysql/work-update-4.1
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
unknown authored
within derived tables within ......
-
unknown authored
(thought it won't compile --without-readline) preper fix is to follow...
-
unknown authored
-
unknown authored
BitKeeper/etc/ignore: Added bkpull.log.4 bkpull.log.5 bkpull.log.6 bkpush.log sql/sql_yacc.output to the ignore list
-
unknown authored
-
unknown authored
-
- 25 Nov, 2002 18 commits
-
-
unknown authored
mysql-test/r/subselect.result: test of insert/replace with subselects mysql-test/t/subselect.test: test of insert/replace with subselects sql/sql_insert.cc: subselects in insert/replace sql/sql_yacc.yy: subselects in insert/replace
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
myisammrg/Makefile.am: myrg_rnext_same.c added
-
unknown authored
mysql-test/r/subselect.result: subselects in delete test mysql-test/t/subselect.test: subselects in delete test sql/sql_delete.cc: subselet in delete
-
unknown authored
BitKeeper/deleted/.del-innodb-non-simple.test~380a6ef42b6e15d1: Delete: mysql-test/t/innodb-non-simple.test BitKeeper/deleted/.del-innodb-non-simple.result~2f77d5b0aaf5aa90: Delete: mysql-test/r/innodb-non-simple.result
-
unknown authored
sql/mysql_priv.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/subselect.result: SCCS merged mysql-test/t/subselect.test: SCCS merged
-
unknown authored
sql/item.h: Auto merged sql/item_create.cc: Auto merged sql/item_func.h: Auto merged sql/item_strfunc.cc: Auto merged sql/opt_range.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
sql/item.h: Made some virtual functions non virtual (as they are not used virtually) sql/item_strfunc.cc: Optimizations. sql/item_strfunc.h: Fixed BINARY handling sql/sql_string.h: Indentation cleanups
-
unknown authored
sql/item_func.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.h: Auto merged sql/sql_prepare.cc: SCCS merged
-
unknown authored
removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-simple selects and applyed to current select) fix for using subselects with update test of locking for non-simple queries (SCRUM?) sql/sql_yacc.yy: removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-simple selects and applyed to current select) fix for using subselects with update
-
unknown authored
into genie.(none):/home/vva/work/new_readline/4.1
-
unknown authored
configure.in: Auto merged BitKeeper/deleted/.del-mutex.m4~a13383cde18a64e1: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/func_test.result: Auto merged mysql-test/r/null_key.result: Auto merged mysql-test/t/func_test.test: Auto merged sql/handler.cc: Auto merged sql/item_create.cc: Auto merged sql/item_timefunc.h: Auto merged sql/lex.h: Auto merged sql/mysqld.cc: Auto merged sql/opt_range.cc: Auto merged sql/sql_delete.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/item_func.h: Merge
-
unknown authored
Compatibility syntax: SERIAL, [PRIMARY] KEY and VALUE sql/sql_lex.cc: Faster handling of identifiers sql/sql_lex.h: Faster handling of identifiers sql/sql_yacc.yy: Added SERIAL (alias for bigint auto_increment) Make PRIMARY optional in field specification Make VALUE alias for VALUES
-
unknown authored
into genie.(none):/home/vva/work/new_readline/4.1
-
unknown authored
into mysql.r18.ru:/usr/home/ram/mysql-4.1.monty1
-
unknown authored
mysql-test/r/subselect.result: test of subselect in derived table mysql-test/t/subselect.test: test of subselect in derived table
-
unknown authored
-
unknown authored
into mysql.r18.ru:/usr/home/ram/mysql-4.1.monty1 sql/opt_range.cc: Auto merged
-
- 24 Nov, 2002 9 commits
-
-
unknown authored
more efficient reference creation fixed table_name of Field in temporary table mysql-test/r/subselect.result: test of 2 references bugs mysql-test/t/subselect.test: test of 2 references bugs sql/field.h: fixed layout fixed table name of fields of temporary table (derived table) sql/item.cc: more efficient reference creation sql/sql_base.cc: fixed layout supported possiblity of item substitute (fixed bug)
-
unknown authored
sql/opt_range.cc: Auto merged
-
unknown authored
-
unknown authored
Fixed context in error mesages mysql-test/r/subselect.result: tests of references and error message mysql-test/t/subselect.test: tests of references and error message sql/item.cc: Fixed layout Resolving field names of outer select sql/item_subselect.cc: saving/restoring context for error messages sql/mysql_priv.h: changed function interface to allow resolving field names inside Item_ref::fix_fields sql/sql_base.cc: changed function interface to allow resolving field names inside Item_ref::fix_fields sql/sql_lex.h: allow access to thd field
-
unknown authored
renamed tables to prevent droping real tables mysql-test/r/group_by.result: test of error message mysql-test/r/subselect.result: renamed tables to prevent droping real tables mysql-test/t/group_by.test: test of error message mysql-test/t/subselect.test: renamed tables to prevent droping real tables sql/sql_base.cc: moved thd->allow_sum_func assignment to upper level sql/sql_select.cc: fixed removed by previos patch thd->allow_sum_func "side effect" of setup_conds
-
unknown authored
Build-tools/Do-compile: Auto merged mysql-test/r/func_test.result: Auto merged mysql-test/t/func_test.test: Auto merged mysql-test/t/func_time.test: Auto merged mysql-test/t/null_key.test: Auto merged mysql-test/mysql-test-run.sh: Ignore changes from 3.23 mysql-test/r/func_time.result: Update results mysql-test/r/null_key.result: Update results scripts/mysqld_safe.sh: Don't apply NICE handling change from 3.23 sql/mysqld.cc: merge sql/opt_range.cc: merge support-files/mysql.server.sh: Don't apply changes from 3.23
-
unknown authored
-
unknown authored
Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR. mysql-test/r/bigint.result: Moved casting test to cast.test mysql-test/r/func_time.result: Test of new functions mysql-test/t/bigint.test: Moved casting test to cast.test mysql-test/t/func_time.test: Test of new functions sql/item_create.cc: Added casting to CHAR sql/item_func.h: Added casting to CHAR sql/item_timefunc.h: Added casting to CHAR sql/lex.h: Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER Added CEIL as an alias for CEILING sql/sql_yacc.yy: Cleaned up CHECK constraint handling.
-
unknown authored
mysql-test/r/subselect.result: test of selfreference mysql-test/t/subselect.test: test of selfreference
-