- 09 Feb, 2005 17 commits
-
-
unknown authored
VC++Files/mysql.dsw: Auto merged mysql-test/my_create_tables.c: Auto merged mysql-test/my_manage.c: Auto merged mysql-test/t/ps_1general.test: Auto merged
-
unknown authored
into neptunus.homeip.net:/home/msvensson/mysql/mysql-5.0
-
unknown authored
mysql-test/mysql-test-run.sh: Adding master_id to tracefile name if it's set
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-5.0
-
unknown authored
-
unknown authored
merged auto-union BitKeeper/etc/gone: merged
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-5.0test
-
unknown authored
-
unknown authored
sql/ha_ndbcluster.cc: Should not try to call a function on a NULL pointer Adjusted according to coding standard
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 sql/sql_base.cc: Auto merged
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean BitKeeper/etc/ignore: auto-union
-
unknown authored
BitKeeper/etc/ignore: Added libmysqld/my_decimal.cc to the ignore list sql/sql_yacc.yy: Lex->dec initialization added
-
unknown authored
into neptunus.homeip.net:/home/msvensson/mysql/mysql-5.0
-
unknown authored
sql/ha_ndbcluster.cc: removed trailing whitespace corrected assignments according to style guide
-
unknown authored
fixed end of string detection in string->decimal conversion to avoid false alarm about some string part left unconverted (string can be not null terminated) ignore my_decimal.cc in libmysqld directory BitKeeper/etc/ignore: Added libmysqld/my_decimal.cc to the ignore list sql/my_decimal.cc: fixed end of string detection in string->decimal conversion to avoid false alarm about some string part left unconverted (string can be not null terminated) strings/decimal.c: fixed C++ syntax in C code
-
- 08 Feb, 2005 10 commits
-
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean mysql-test/r/view.result: Auto merged sql/item_func.cc: Auto merged sql/sp_head.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
-
unknown authored
Collect all tables and SPs refered by a statement, and open all tables with an implicit LOCK TABLES. Do find things refered by triggers and views, we open them first (and then repeat this until nothing new is found), before doing the actual lock tables. mysql-test/r/information_schema.result: Updated result for WL#2130. mysql-test/r/lock.result: Updated result for WL#2130. mysql-test/r/sp-error.result: Updated result for WL#2130. mysql-test/r/sp.result: Updated result for WL#2130. mysql-test/r/view.result: Updated result for WL#2130. mysql-test/t/information_schema.test: Disabled one test case due to a bug involving LOCK TABLES, which shows up with WL#2130. mysql-test/t/lock.test: New error message with WL#2130. This change is under debate and might change in the future, but will do for now. mysql-test/t/sp-error.test: Updated for WL#2130. Some tests are voided when table access does work from functions. mysql-test/t/sp.test: Updated for WL#2130. mysql-test/t/view.test: Updated for WL#2130. sql/item_func.cc: We now have to set net.no_send_ok for functions too, with WL#2130. sql/share/errmsg.txt: Reused an error code since the old use was voided by WL#2130, but a new one was needed instead (similar, but more specific restriction). sql/sp.cc: Fixed error handling and collection of used tables for WL#2130. sql/sp.h: Fixed error handling and collection of used tables for WL#2130. sql/sp_head.cc: Added support functions for collecting and merging hash tables and lists of used tables from SPs and substatements, for WL#2130. sql/sp_head.h: Added support functions for collecting and merging hash tables and lists of used tables from SPs and substatements, for WL#2130. sql/sql_base.cc: Changed the way table->query_id is tested and set during with locked tables in effect. This makes some SP test cases work with WL#2130, but has a side effect on some error cases with explicit LOCK TABLES. It's still debated if this is the correct way, so it might change. sql/sql_class.h: Added flags for circumventing some interference between WL#2130 and mysql_make_view(). sql/sql_derived.cc: Added some missing initializations. (Potential bugs.) sql/sql_lex.cc: Clear the new hash tables for WL#2130. sql/sql_lex.h: Added hash tables for procedures and tables too (as for functions), for WL#2130. sql/sql_parse.cc: WL#2130: Make table accesses from stored functions work by adding an implicit LOCK TABLES around (most) executed statements. To do this, we have to go through a loop where we collect all SPs and tables in mysql_execute_statement. sql/sql_prepare.cc: Cache both functions and procedures for WL#2130. sql/sql_show.cc: Added some missing initializations. (Potential bugs.) sql/sql_view.cc: Shortcut mysql_make_view() if thd->shortcut_make_view is true during the pre-open phase for collecting tables in WL#2130. Otherwise, the similar mechanism here causes interference. sql/sql_yacc.yy: For WL#2130, added caching of procedures and disallowed LOCK/UNLOCK TABLES in SPs.
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0
-
unknown authored
into mysql.com:/orca/space/pekka/ndb/version/my50
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
ndb/src/common/util/NdbSqlUtil.cpp: strnxfrm bug, may not write the length it says ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp: fix index in debug print ndb/test/ndbapi/testOIBasic.cpp: do not generate too many mb chars, not checked in TUP
-
unknown authored
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
-
- 07 Feb, 2005 13 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/sql_lex.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
mysql-test/r/group_by.result: Auto merged mysql-test/r/user_var.result: Auto merged sql/item_row.cc: Auto merged sql/item_strfunc.cc: Auto merged sql/unireg.h: Auto merged sql/item_cmpfunc.cc: manual merge sql/item_func.cc: no changes
-
unknown authored
mysql-test/include/have_ndb.inc: Auto merged mysql-test/mysql-test-run.sh: merge
-
unknown authored
fixed start-and-exit flag mysql-test/mysql-test-run.sh: fixed start-and-exit flag
-
unknown authored
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/item.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/my/mysql-4.1 sql/item_cmpfunc.cc: Auto merged sql/item_func.cc: Auto merged
-
unknown authored
(BUG 8216) mysql-test/r/group_by.result: New test case mysql-test/r/user_var.result: Test changed (to be more correct) with bug fix mysql-test/t/group_by.test: Added test for HAVING bug sql/item_cmpfunc.cc: Fixed bug in HAVING when refering to RAND() sql/item_func.cc: Fixed bug in HAVING when refering to RAND() sql/item_row.cc: Fixed bug in HAVING when refering to RAND() sql/item_strfunc.cc: Fixed bug in HAVING when refering to RAND() sql/unireg.h: Added PSEUDO_TABLES_BITS for easy testing of real table reference
-