- 21 Mar, 2006 1 commit
-
-
unknown authored
- Update for 5.1 - Add "have_dlopen" - Remove requirement to load udf's only in "opt_plugin_dir" include/my_global.h: Remove duplicate defines mysql-test/include/have_udf.inc: Use "have_dlopen" to check if we "have udf" mysql-test/r/have_udf.require: Use "have_dlopen" to check if we "have udf" mysql-test/r/udf.result: Update for new error message "function"->"symbol" sql/item_func.cc: Remove "evil" dbug printour that checks args[0] even if arg_count is 0 sql/mysql_priv.h: Add "have_dlopen" sql/mysqld.cc: Add "have_dlopen" Move HAVE_DLOPEN defined to only surround "udf_free" and "udf_init" sql/set_var.cc: Add "have_dlopen" sql/sql_plugin.cc: Surround 'dlclose' with HAVE_DLOPEN sql/sql_udf.cc: Remove the requirement to load udf's only from "opt_plugin_dir". Fix spelling error
-
- 20 Mar, 2006 13 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835
-
unknown authored
by previous push.
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835 client/mysqltest.c: Auto merged configure.in: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/item_func.cc: Auto merged sql/sql_udf.cc: Auto merged sql/share/errmsg.txt: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835 client/mysqltest.c: Auto merged configure.in: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/item_func.cc: Auto merged sql/Makefile.am: Merge sql/share/errmsg.txt: Merge sql/sql_udf.cc: Merge
-
unknown authored
configure.in: Don't look for "dlopen" if server linked with -static or -all-static flag
-
unknown authored
-
unknown authored
sql/sql_partition.cc: Auto merged
-
unknown authored
added HA_EXTRA_WRITE_CACHE case to ha_partition::extra() mysql-test/r/partition.result: Fix for bug#15336 Partitions: crash if create table as select test case mysql-test/t/partition.test: Fix for bug#15336 Partitions: crash if create table as select test case
-
unknown authored
sql/sql_class.h: line #ifdef-ed
-
unknown authored
use part_info->item_free_list instead of thd->free_list during partition function parsing mysql-test/r/partition.result: Bug#14367 Partitions: crash if utf8 column test case mysql-test/t/partition.test: Bug#14367 Partitions: crash if utf8 column test case sql/item.cc: Bug#14367 Partitions: crash if utf8 column create copy of string in current mem_root to avoid memory leak
-
unknown authored
additional fixes mysql-test/r/partition.result: result fixed mysql-test/t/partition.test: testcase sql/sql_parse.cc: part_info cloning moved here sql/sql_partition.cc: fixes sql/sql_table.cc: part_info cloning removed
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.clean
-
unknown authored
sql/ha_ndbcluster.h: Fix HPUX compilation (copy-paste error I think).
-
- 18 Mar, 2006 8 commits
-
-
unknown authored
into mysql.com:/home/hartmut/projects/mysql/dev/5.1/gcc41
-
unknown authored
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
Fixing tests to get the test suite passing. This does not hide the bug since it's a matter of performance, not correctness. mysql-test/t/binlog_row_blackhole.test: Disabling ps-protocol for the test. mysql-test/t/binlog_row_insert_select.test: Disabling ps-protocol for the test. mysql-test/t/binlog_row_mix_innodb_myisam.test: Disabling ps-protocol for the test. mysql-test/t/rpl_row_create_table.test: Disabling ps-protocol for the test. mysql-test/t/rpl_row_flsh_tbls.test: Disabling ps-protocol for the test.
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.1.clean sql/sql_partition.cc: Auto merged
-
unknown authored
added THD::work_part_info member where we now store modified partition_info structure. It allows no solve problem when different parts of the part_info get into different mem_roots sql/partition_info.cc: get_clone implementation sql/partition_info.h: get_clone() declared sql/sql_class.h: THD::work_part_info added sql/sql_partition.cc: thd->work_part_info instead of lex->part_info sql/sql_table.cc: thd->work_part_info instad of lex->part_info sql/unireg.cc: thd->work_part_info instad of lex->part_info
-
unknown authored
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
- 17 Mar, 2006 8 commits
-
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new sql/sql_parse.cc: Auto merged
-
unknown authored
Filter out replication general_log and slow_log entirely from binary log. Caching result of table share-specific tests. mysql-test/r/binlog_row_drop_tmp_tbl.result: Result change mysql-test/r/rpl_row_log.result: Result change mysql-test/r/rpl_row_log_innodb.result: Result change mysql-test/r/rpl_row_max_relay_size.result: Result change sql/handler.cc: Refactoring code to support filtering many tables. Filtering out mysql.general_log and mysql.slow_log from binary log. Caching result from table share-specific tests. sql/sql_class.cc: Correcting comment sql/sql_parse.cc: Using binlog_query() instead of constructing Query_log_events sql/table.cc: Adding variable to cache table check parts for row-based logging. sql/table.h: Adding variable to cache table check parts for row-based logging.
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
unknown authored
into ibmlab.site:/home/my/bk/mysql-5.1-new
-
unknown authored
into production.mysql.com:/usersnfs/rburnett/mysql-5.1
-
unknown authored
mysql-test/r/events.result: update result mysql-test/r/events_bugs.result: update result after manual merge mysql-test/t/events.test: move from error number to a constant mysql-test/t/events_bugs.test: update error codes
-
unknown authored
sql/event_timed.cc: Auto merged
-
- 16 Mar, 2006 10 commits
-
-
unknown authored
into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
-
unknown authored
into ibmlab.site:/home/my/bk/mysql-5.1-new
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-root sql/sql_lex.h: Auto merged
-
unknown authored
into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
-
unknown authored
-
unknown authored
Without resetting, the next test will not pass.
-
unknown authored
into ibmlab.site:/home/my/bk/mysql-5.1-new
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-