- 10 Jan, 2006 11 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-5.1
-
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 rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
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 29 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 rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
unknown authored
-
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
-