- 12 May, 2010 2 commits
-
-
Michael Widenius authored
scripts/make_binary_distribution.sh: Added copying of xstat scripts/make_win_bin_dist: Added copying of xstat
-
unknown authored
Result file update for main.subselect (the MySQL 5.1.46 version has buggy output in the .result, see BUG#47904 comments).
-
- 11 May, 2010 2 commits
-
-
Paul McCullagh authored
-
Paul McCullagh authored
-
- 10 May, 2010 3 commits
- 09 May, 2010 1 commit
-
-
unknown authored
Cherry-pick fix for Bug#53371, security hole with bypassing grants using special path in db/table names. Bump MariaDB version for security fix release.
-
- 06 May, 2010 7 commits
-
-
Paul McCullagh authored
-
Paul McCullagh authored
-
Paul McCullagh authored
-
Paul McCullagh authored
-
Paul McCullagh authored
-
Paul McCullagh authored
-
Paul McCullagh authored
-
- 05 May, 2010 2 commits
-
-
unknown authored
-
Paul McCullagh authored
-
- 03 May, 2010 1 commit
-
-
unknown authored
The fix actually reverts the change introduced by the patch for bug 51494 The fact is that the patch for bug 52177 fixes bug 51194 as well.
-
- 02 May, 2010 1 commit
-
-
unknown authored
-
- 30 Apr, 2010 1 commit
-
-
unknown authored
-
- 29 Apr, 2010 2 commits
- 28 Apr, 2010 8 commits
-
-
unknown authored
After-merge fixes for MySQL 5.1.46 merge into MariaDB: result file update and compiler warning removals.
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
the previous attempt broke build on Debian4.
-
unknown authored
Still two test failures to be solved: main.myisam and main.subselect.
-
Kristian Nielsen authored
sql/sql_base.cc: Replace strmov() with strnmov() to remove the possibility for buffer overflow. sql/sql_parse.cc: Reject COM_FIELD_LIST with too-big table or wildcard argument. (libmysqlclient doesn't allow sending too long arguments anyway, but we need this to protect against buffer overflow exploits).
-
- 21 Apr, 2010 1 commit
-
-
Bo Thorsen authored
-
- 09 Apr, 2010 4 commits
-
-
bo.thorsen authored
-
bo.thorsen authored
-
bo.thorsen authored
-
Aleksandr Kuzminsky authored
-
- 08 Apr, 2010 3 commits
-
-
Igor Babaev authored
-
Michael Widenius authored
Fixed race condition in safe_process.cc which may have caused some mysqltests to be reported as failed even if they succeded. mysql-test/lib/My/SafeProcess/safe_process.cc: Fixed race condition when getting a signal while calling waitpid() Don't send kill on killed processes Return different exit codes depending on how we die.
-
Michael Widenius authored
mysql-test/r/func_time.result: Updated result mysql-test/t/func_time.test: sysdate() could be same even with one sleep(1) in between. storage/maria/ma_loghandler.c: Fixed syntax error
-
- 07 Apr, 2010 1 commit
-
-
Michael Widenius authored
Fixed some timing issues in test suite mysql-test/mysql-test-run.pl: Added suppression of errors that comes when master is killed before slave has connect (like with rpl_udf.test) mysql-test/suite/funcs_1/datadict/processlist_priv.inc: Wait for check thread to end mysql-test/suite/pbxt/t/status.test: Added longer sleep to avoid timing issue support-files/compiler_warnings.supp: Fixed wrong suppression
-
- 06 Apr, 2010 1 commit
-
-
Michael Widenius authored
Removed random failures from test suite mysql-test/extra/rpl_tests/rpl_insert_id_pk.test: Make test predicatable. mysql-test/include/maria_empty_logs.inc: We can't use 'Threads_connected' for syncronization, as the 'check_warnings' thread that just quit may still be counted in 'Threads_connected' Now we just wait until MySQLD answers again, which should be good enough for our purposes mysql-test/suite/binlog/r/binlog_index.result: Updated results file mysql-test/suite/binlog/t/binlog_index-master.opt: Added option file to not get stack traces in .err file. mysql-test/suite/binlog/t/binlog_index.test: Added 'flush tables' to remove warning about crashed suppression file from logs mysql-test/suite/pbxt/r/multi_statement.result: Updated results mysql-test/suite/pbxt/t/multi_statement-master.opt: Added options so that slow query testing makes sense sql/events.cc: Don't write Event Scheduler startup message if warnings are turned off. sql/handler.cc: Removed compiler warning sql/log.cc: Removed compiler warning sql/mysqld.cc: Added option 'test-expect-abort'; If this is set, we don't write message to log in case of 'DBUG_ABORT'. (Gives us smaller, easier to read log files) sql/set_var.cc: Removed compiler warning sql/slave.cc: Removed compiler warning sql/sql_plugin.cc: Don't write warnings about disabled plugin if using --log_warnings=0 storage/xtradb/include/ut0lst.h: Removed compiler warning support-files/compiler_warnings.supp: Supress warning from xtradb
-