- 03 Nov, 2005 1 commit
-
-
unknown authored
large table gives server crash": make sure that when a MyISAM temporary table is created for a cursor, it's created in its memory root, not the memory root of the current query. mysql-test/r/sp.result: Test results fixed: a test case for Bug#14210 mysql-test/t/sp.test: A test case for Bug#14210 "Simple query with > operator on large table gives server crash" sql/handler.cc: - rewrite get_new_handler to accept a memory root and use it for sql/handler.h: - get_new_handler declaration changed sql/opt_range.cc: - get_new_handler declaration changed sql/sql_base.cc: - get_new_handler declaration changed sql/sql_select.cc: - the actual fix for Bug#14210. In create_myisam_from_heap we should create the new table handler in TABLE::mem_root, not in THD::mem_root: the latter is freed shortly after cursor is open. - adjust create_tmp_table to explicitly supply &table->mem_root to get_new_handler when creating a handler for a new temporary table sql/sql_table.cc: - get_new_handler declaration changed sql/table.cc: - get_new_handler declaration changed sql/unireg.cc: - get_new_handler declaration changed tests/mysql_client_test.c: A test case for Bug#14210 "Simple query with > operator on large table gives server crash": a C API test case is worth adding because of different memory allocation/freeing patterns in handling of C API and SP cursors
-
- 02 Nov, 2005 22 commits
-
-
unknown authored
into moonbone.local:/work/14466-bug-5.0-mysql sql/table.cc: Auto merged
-
unknown authored
Fixed wrong test case table.cc: Fixed wrong DBUG_ENTER placement sql/table.cc: Fixed wrong DBUG_ENTER placement mysql-test/r/func_gconcat.result: Fixed wrong test case
-
unknown authored
into moonbone.local:/work/14466-bug-5.0-mysql
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/my/mysql-5.0 sql/item_func.cc: Auto merged sql/table.cc: Auto merged
-
unknown authored
(Fixed failure in rpl0000008.test)
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/item_func.cc: Auto merged sql/table.cc: Auto merged
-
unknown authored
into moonbone.local:/work/14466-bug-5.0-mysql
-
unknown authored
into mysql.com:/my/mysql-5.0 sql/item_func.cc: Auto merged sql/table.cc: Auto merged
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
(BDB test failed in Intel64) mysql-test/r/bdb.result: Portability fix mysql-test/t/bdb.test: Portability fix
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
BUILD/SETUP.sh: Use --with-openssl instead of --with-yassl for now (We need to fix that libmysqlclient_r links with a -PIC compiled yassl library before enabling yassl)
-
unknown authored
sql/sql_parse.cc: allow query_tables_own_last work correctly sql/table.cc: fixed returning value for libmysqld
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
BUILD/SETUP.sh: Build with --yassl instead of openssl
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
Optimize new pushed code sql/item_func.cc: Fixed wrong merge sql/sql_update.cc: Optimize new pushed code (There is no reason to add extra test for not common error case if code can handle it anyway)
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-owner-5.0 sql/item_func.cc: Auto merged sql/sql_base.cc: Auto merged sql/table.cc: merge
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test2
-
- 01 Nov, 2005 17 commits
-
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean scripts/mysqld_safe.sh: Auto merged
-
unknown authored
-
unknown authored
Compile max with --yassl instead of --with-openssl sql/table.cc: Add missing return BUILD/SETUP.sh: Compile max with --yassl instead of --with-openssl
-
unknown authored
-
unknown authored
into moonbone.local:/work/14186-bug-5.0-mysql
-
unknown authored
into lmy004.:/work/mysql-5.0-bug14381
-
unknown authored
(BDB keylength limitted to 255) mysql-test/r/bdb.result: fix bdb test after fixing the maximal length of BDB keys to 2^32-1 sql/ha_berkeley.h: use the maximal possible length of 2^32 - 1
-
unknown authored
After merge fix sql/sql_update.cc: After merge fix
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test2
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-base64
-
unknown authored
client/mysqltest.c: Auto merged myisam/mi_check.c: Auto merged mysql-test/r/update.result: Auto merged mysql-test/t/update.test: Auto merged sql/item_timefunc.h: Auto merged sql/spatial.cc: Auto merged sql/sql_select.h: Auto merged BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003: Auto merged
-
unknown authored
into mysql.com:/data0/mysqldev/lenz/mysql-4.1
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-base64
-
unknown authored
into mysql.com:/data0/mysqldev/lenz/mysql-5.0 configure.in: Auto merged
-