- 10 Jan, 2006 8 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration mysql-test/r/grant.result: Auto merged sql/sql_acl.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug15598/my51-bug15598
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration client/mysqltest.c: Auto merged config/ac-macros/yassl.m4: Auto merged include/Makefile.am: Auto merged libmysql_r/Makefile.am: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/grant.result: Auto merged mysql-test/t/mysqltest.test: Auto merged sql/sql_acl.cc: Auto merged
-
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 27 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/wl2930/my50-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/t/mysqltest.test: Changed to "test ! -e" instead of "test -s"
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug15598/my50-bug15598
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug15598/my51-bug15598 mysql-test/r/grant.result: Auto merged sql/sql_acl.cc: Auto merged
-
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/bug15598/my50-bug15598 sql/sql_acl.cc: Auto merged
-
unknown authored
- Comparing host string against NULL caused crash. - If host.hostname is NULL treat it as "" mysql-test/r/grant.result: Update test results mysql-test/t/grant.test: Add test for user with host ""
-
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 neptunus.(none):/home/msvensson/mysql/yassl_link_problem/my50-yassl_link_problem
-
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
into neptunus.(none):/home/msvensson/mysql/bug15598/my50-bug15598 mysql-test/t/grant.test: Auto merged sql/sql_acl.cc: Auto merged mysql-test/r/grant.result: SCCS merged
-
unknown authored
of static for referenged function.
-
unknown authored
- When acl_user->host.hostname is NULL compare it as "" mysql-test/r/grant.result: Test user with host '' mysql-test/t/grant.test: Test user with host '' sql/sql_acl.cc: If acl_user->host.hostname is NULL compare it as ""
-
unknown authored
Add a symlink to extra/yassl/include/openssl to inlude/ when compiling with yassl Similiar to readline) config/ac-macros/yassl.m4: Symlink extra/yassl/include/openssl dir to include/ include/Makefile.am: Call yassl_h_ln_cmd when linking sources, this will create symlink to openssl in include when compiling with yassl libmysql_r/Makefile.am: Inlude yassl libs into libmysqlclient_r(just as we do in libmysqlclient)
-
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 2 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
-