- 10 Jan, 2006 5 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqlslap.result: Real output produced, remove "echo" mysql-test/t/mysqlslap.test: Real output produced, remove "echo"
-
unknown authored
sql/ha_archive.h: Removed unneeded include.
-
unknown authored
into zim.(none):/home/brian/mysql/archive-5.1
-
unknown authored
mysql-test/r/archive.result: New result file. mysql-test/t/archive.test: Added new tests for indexes. Also accidently updated it so that all "FROM" are now capitalized :) sql/ha_archive.cc: Changed comparision function to compare memory locations. Modified function for storing the auto_increment. Removed useless DBUG_PRINT
-
unknown authored
Fix word. (no test results needed fixing) sql/share/errmsg.txt: Fix word. (no test results needed fixing)
-
- 09 Jan, 2006 18 commits
-
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1-rbr_cleanups sql/handler.cc: Auto merged sql/log_event.cc: Auto merged sql/log_event.h: Auto merged sql/sql_class.cc: accepted Mat's changes to the template defs
-
unknown authored
into zim.(none):/home/brian/mysql/archive-5.1
-
unknown authored
mysql-test/r/mysqlslap.result: Update test result mysql-test/t/mysqlslap.test: Print something when test is complete
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/yassl_link_problem/my51-yassl_link_problem
-
unknown authored
configure.in: 1) Update version, now that 5.1.5 has been cloned. 2) Get rid of erroneous merge, NDB version is deduced automatically from global version.
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/yassl_link_problem/my51-yassl_link_problem
-
unknown authored
sql/log.cc: Preprocessor symbol NO_FLAGS used by system on HP-UX. sql/log_event.h: Preprocessor symbol NO_FLAGS used by system on HP-UX.
-
unknown authored
into mysql.com:/users/mkindahl/bk/fix-mysql-5.1-new
-
unknown authored
sql/log_event.h: Adding enumeration constants since aCC (HP-UX) does not like empty enumerations. sql/sql_class.cc: Adding template parameter as argument to member template function to support aCC on HP-UX. sql/sql_class.h: Adding template parameter as argument to member template function to support aCC on HP-UX.
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.1-new-max
-
unknown authored
-
unknown authored
This changeset adds support for autoincrements to archive. It allows it to have them with both unique and non-unique indexes. Test cases will come in the next push (just doing this one so I can get a couple of reviews in). This is not the final patch. sql/field.h: Added val_int() method similar to the one like val_str() that will allow you to pop in another pointer and do a test. sql/ha_archive.cc: Adds auto_increment support to archive. Cleans up a number of other small items. sql/ha_archive.h: More additions for support of autoincrements
-
unknown authored
-
unknown authored
of static for referenged function.
-
unknown authored
into mysql.com:/users/mkindahl/bk/b15923-mysql-5.1-new mysql-test/t/disabled.def: Auto merged sql/sql_delete.cc: Auto merged
-
unknown authored
Always log statements "DELETE FROM x" statement-based. sql/sql_delete.cc: Logging deletion of all rows using statement-based logging.
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
ndb/test/ndbapi/test_event_merge.cpp: 5.0 passes. 5.1 has many problems
-
- 07 Jan, 2006 3 commits
-
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1 sql/ha_innodb.cc: Auto merged sql/handler.cc: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_plugin.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
The patch adds DYNAMIC_ARRAY all_status_vars, which is now the sole source of status information for SHOW STATUS. Status variables can be added to and removed from the array dynamically. SHOW STATUS command uses this array instead of static array from mysqld.cc Compatibility with the old, global list of status variables is preserved in init_server_components(), where this global list is simply appended to all_status_vars. include/plugin.h: WL#2935 - SHOW STATUS support in plugins plugin/fulltext/plugin_example.c: WL#2935 - SHOW STATUS support in plugins example sql/ha_innodb.cc: s/struct show_var_st/SHOW_VAR/ sql/ha_innodb.h: s/struct show_var_st/SHOW_VAR/ sql/mysql_priv.h: WL#2935 - SHOW STATUS support in plugins add_status_vars(), remove_status_vars() sql/mysqld.cc: bug: plugin_free must be called even with --skip-grants add_status_vars()/free_status_vars(), remove unused SHOW_xxx_CONST s/struct show_var_st/SHOW_VAR/ sql/set_var.cc: s/struct show_var_st/SHOW_VAR/ sql/sql_parse.cc: s/struct show_var_st/SHOW_VAR/ sql/sql_plugin.cc: WL#2935 - SHOW STATUS support in plugins sql/sql_plugin.h: WL#2935 - SHOW STATUS support in plugins sql/sql_show.cc: WL#2935 - SHOW STATUS support in plugins DYNAMIC_ARRAY all_status_vars, add_status_vars(), remove_status_vars() s/struct show_var_st/SHOW_VAR/ sql/structs.h: WL#2935 - SHOW STATUS support in plugins SHOW STATUS definitions moved to include/plugin.h and sql_plugin.h s/struct show_var_st/SHOW_VAR/
-
- 06 Jan, 2006 11 commits
-
-
unknown authored
mysql-test/r/binlog_stm_blackhole.result: Update results
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean include/config-win.h: Auto merged mysql-test/r/bdb.result: Auto merged mysql-test/r/create.result: Auto merged mysql-test/r/view.result: Auto merged mysql-test/t/bdb.test: Auto merged mysql-test/t/create.test: Auto merged mysql-test/t/disabled.def: Auto merged mysql-test/t/view.test: Auto merged sql/ha_federated.cc: Auto merged sql/handler.cc: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/mysqld.cc: Auto merged sql/opt_range.cc: Auto merged sql/parse_file.cc: Auto merged sql/sp.cc: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_handler.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_trigger.cc: Auto merged sql/field.cc: Resolve conflict sql/ha_ndbcluster.cc: Resolve conflict sql/log_event.cc: Resolve conflict
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/ha_ndbcluster.cc: Auto merged sql/handler.cc: Auto merged mysql-test/r/bdb.result: Resolve conflict mysql-test/t/bdb.test: Resolve conflict
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new
-
unknown authored
mysql-test/t/disabled.def: Disabled mysqlslap was errorneously enabled in merge; disable again.
-
unknown authored
sql/handler.cc: An "int" function should explicitly return a value (Sun compilers insist on it): Re-add the original "return 0;" (Heikki 1.82.1.12) which got lost by accident.
-
unknown authored
sql/sql_handler.cc: Move lock tables before conditions as lock tables may reopen tables sql/sql_trigger.cc: After merge fix
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
mysql-test/t/rpl_drop_db.test: Fixed test bug mysql-test/r/rpl_drop_db.result: New result file mysql-test/t/rpl_multi_engine.test: Fixed test bug mysql-test/r/rpl_multi_engine.result: New result file
-
- 05 Jan, 2006 3 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into mysql.com:/home/my/mysql-5.0 mysql-test/r/create.result: Auto merged mysql-test/r/trigger.result: Auto merged mysql-test/r/view.result: Auto merged mysql-test/t/create.test: Auto merged mysql-test/t/trigger.test: Auto merged mysql-test/t/view.test: Auto merged sql/field.cc: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/log_event.cc: Auto merged sql/opt_range.cc: Auto merged sql/sp.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged mysql-test/t/disabled.def: Manual merge sql/mysqld.cc: Manual merge sql/sp_head.cc: Manual merge sql/sql_trigger.cc: Manual merge
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-