- 23 Jan, 2007 4 commits
-
-
unknown authored
into xiphis.org:/home/antony/work2/p1-bug25396.5 sql/ha_ndbcluster.cc: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/data0/mysqldev/users/tomas/mysql-5.1-build configure.in: Auto merged cmd-line-utils/readline/undo.c: Auto merged sql/ha_ndbcluster.cc: Auto merged storage/myisam/mi_packrec.c: Auto merged
-
unknown authored
"Valgrind leak in closecon_handlerton" plugin_shutdown() calls plugin_deinitialize() which calls ha_finalize_handlerton(). ndbcluster_end() fails to wait for the ndb utility thread to exit which results in the handlerton struct being freed before the ndb utility thread has destroyed it's THD but before the plugin has been marked as UNINITIALIZED Bug is caused by misuse of abort_loops variable and not locking mutex during calls to pthread condition variable functions causing a race in valgrind's pthread_cond_wait implementation. sql/ha_ndbcluster.cc: Bug25396 Valgrind requires that mutex be held during call to pthread_cond_signal. Change pthread_cond_timedwait() to pthread_cond_wait() where the timeout is not needed. Ensure that appropiate variables are protected by mutex. Remove use of abort_loop global variable. Ensure that ndbcluster_end waits for util thread to exit. Add an extra cond_var as insurance against non-conforming pthreads implementations. sql/mysqld.cc: Bug25386 Valgrind requires that mutex be held during call to pthread_cond_signal. BUILD/compile-amd64-valgrind-max: New BitKeeper file ``BUILD/compile-amd64-valgrind-max''
-
unknown authored
into trift2.:/MySQL/M51/push-5.1
-
- 22 Jan, 2007 12 commits
-
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work BUILD/check-cpu: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/myisam.test: Auto merged scripts/mysqld_multi.sh: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work BUILD/check-cpu: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/myisam.test: Auto merged scripts/mysqld_multi.sh: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work scripts/mysqld_multi.sh: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work BUILD/check-cpu: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/myisam.test: Auto merged mysql-test/t/query_cache_notembedded.test: Auto merged mysql-test/t/rpl000017.test: Auto merged mysql-test/t/rpl_000015.test: Auto merged mysql-test/t/rpl_rotate_logs.test: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work BUILD/check-cpu: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work scripts/mysqld_multi.sh: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work scripts/mysqld_multi.sh: Auto merged
-
unknown authored
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work BUILD/check-cpu: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/myisam.test: Auto merged
-
unknown authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build cmd-line-utils/readline/undo.c: Auto merged
-
unknown authored
into trift2.:/MySQL/M50/push-5.0 configure.in: Auto merged myisam/mi_packrec.c: Use fix by Magnus.
-
- 21 Jan, 2007 5 commits
-
-
unknown authored
into zim.(none):/home/brian/mysql/archive-newformat-5.1
-
unknown authored
storage/archive/archive_reader.c: Print minor information version. storage/archive/archive_test.c: Fixed test storage/archive/azio.c: Added support for "minor" version. storage/archive/azlib.h: Added information for minor information.
-
unknown authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch mysql-test/r/archive.result: Auto merged mysql-test/t/archive.test: Auto merged
-
unknown authored
into zim.(none):/home/brian/mysql/archive-newformat-5.1
-
unknown authored
2) We now store shortest and longest row information. 3) archive_reader can now check and backup files (even if they are hot) 4) We now record longest and shortest row information for stats. storage/archive/archive_reader.c: Added options for: 1) Online backup for tables 2) Check table option. storage/archive/archive_test.c: Additional test, format is now the same as an actual table. storage/archive/azio.c: Fixed issue closing files multiple times. Added option for recording longest and shortest rows. Additional "dirty" state added. storage/archive/azlib.h: Added additional space for longest and shortest row information. storage/archive/ha_archive.cc: Cleaned up warming and removed unneeded close.
-
- 20 Jan, 2007 1 commit
-
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint-topush mysys/string.c: Auto merged
-
- 19 Jan, 2007 18 commits
-
-
unknown authored
into recycle.(none):/src/mysql-5.0-maint mysys/string.c: Auto merged
-
unknown authored
into recycle.(none):/src/mysql-5.1-maint mysys/string.c: Auto merged
-
unknown authored
into recycle.(none):/src/bug22807/my51-bug22807 mysys/string.c: Auto merged
-
unknown authored
- Corrected compiler warnings and performance problems with new dynstr_append_os_quoted function. mysys/string.c: Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces - Fix compiler warnings. - Used dynstr_append_mem where string length is known.
-
unknown authored
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint mysql-test/t/ps.test: Use local.
-
unknown authored
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint mysql-test/t/ps.test: Manual merge.
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
-
unknown authored
and combined, they add a platform-specific warning. The warnings are not the goal of the test, in any case. mysql-test/t/ps.test: Quash platform-specific warnings.
-
unknown authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
unknown authored
mysqlimport.c declared the opt_use_threads variable as my_bool, but the corresponding option was defined as GET_UINT. The problem only occured on architectures with strict alignment rules. client/mysqlimport.c: Changed the opt_use_threads variable type to uint.
-
unknown authored
cmd-line-utils/readline/undo.c : Replace an "uint" cast by the expanded "unsigned int" (compile problem on QNX). cmd-line-utils/readline/undo.c: Replace an "uint" cast by the expanded "unsigned int", because there are platforms (QNX) on which "uint" is not defined in the "readline" library (and so building it failed, version 5.0.34).
-
unknown authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint mysql-test/r/select.result: Auto merged mysql-test/r/type_bit.result: Auto merged mysql-test/t/select.test: Auto merged sql/field.cc: Auto merged sql/item.cc: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint client/mysqltest.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
- Additional patch removing check for mysql_errno on already closed mysql1 tests/mysql_client_test.c: No need to check mysql_errno of mysql1 which has already been closed.
-
unknown authored
-