- 25 Sep, 2009 1 commit
-
-
Igor Babaev authored
mysql-test/suite/rpl/t/rpl_binlog_corruption.test: Disabled the test for Windows (see bug #47639) mysql-test/suite/rpl/t/rpl_killed_ddl.test: Disabled the test for Windows (see bug #47638) vio/viosocket.c: Added an implementation of vio_poll_read for Windows. Winsock does not support the poll function. So the existing generic implementation of vio_poll_read could not be used for Windows.
-
- 20 Sep, 2009 1 commit
-
-
Igor Babaev authored
watched on Windows.
-
- 19 Sep, 2009 2 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
on Windows.
-
- 18 Sep, 2009 4 commits
-
-
Igor Babaev authored
to avoid a timeout failure of it on Windows.
-
Igor Babaev authored
to fix a failure in rpl_get_master_version_and_clock.test
-
Sergey Petrunya authored
- When the table is created with an attribute that is not supported by the storage engine, the attribute ought to be still kept.
-
Sergey Petrunya authored
Make it not to add '--console' when '--log-error' option is present - Review feedback
-
- 17 Sep, 2009 3 commits
-
-
Sergey Petrunya authored
Fixed a failure of the merge_innodb test on windows. storage/myisammrg/ha_myisammrg.cc: Fixed a failure of the merge_innodb test on windows.
-
Sergey Petrunya authored
Bug #46212 safe_process: FATAL ERROR, Unknown option: --nocore Also fixed mysqld.cc to avoid popup-boxes
-
Sergey Petrunya authored
- Make it not to add '--console' when '--log-error' option is present
-
- 16 Sep, 2009 8 commits
-
-
Sergey Petrunya authored
include/my_global.h: MWL#17: Table elimination: fixes for windows - Add ALIGN_MAX_UNIT (assume malloc returns data aligned to this much) mysql-test/r/table_elim.result: MWL#17: Table elimination: fixes for windows - Use only lower-case as EXPLAIN [EXTENDED] changes case of table names on windows mysql-test/t/table_elim.test: MWL#17: Table elimination: fixes for windows - Use only lower-case as EXPLAIN [EXTENDED] changes case of table names on windows sql/opt_table_elimination.cc: MWL#17: Table elimination: fixes for windows - Add extra alignment-padding-space for stack-allocated buffers.
-
Sergey Petrunya authored
-
Sergey Petrunya authored
after the table has been converted to MyISAM and back. (PAGE_CHECKSUM is still there) mysql-test/suite/maria/r/maria3.result: Update tests results after previous cset. 'TRANSACTIONAL=1' attribute goes after the table has been converted to MyISAM and back. (PAGE_CHECKSUM is still there)
-
Igor Babaev authored
-
unknown authored
-
unknown authored
-
unknown authored
Temporarily silence test failure due to MBug#430669 in test case introduced from MySQL 5.1.38.
-
Sergey Petrunya authored
if the storage engine doesn't support transactions.
-
- 15 Sep, 2009 9 commits
-
-
Sergey Petrunya authored
- Fix XtraDB to be built as a static library. storage/xtradb/buf/buf0flu.c: Fix previous merge error (was harmless except for on win32) storage/xtradb/plug.in: Make it sync with innobase/plug.in.disabled
-
unknown authored
mysql-test/t/mysqldump.test: Make test case work when build directory is not world readable (this is the case for Buildbot checkouts). mysys/my_getopt.c: Restore bugfix which was lost in previous merge. storage/xtradb/buf/buf0flu.c: Fix extranous line caused by bad merge.
-
unknown authored
Merge remaining bits of mysql-5.1.38 into MariaDB (9 commits were missing from the original merge).
-
unknown authored
Fix version number (we are based on 5.1.38, not 5.1.39). Fix mistaken translation in error message.
-
Sergey Petrunya authored
mysql-test/include/concurrent.inc: Merge
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
unknown authored
Fix some mistakes in the original merge found during review. mysql-test/include/concurrent.inc: Add missing lines mistakenly omitted in merge. mysql-test/include/mix1.inc: Revert wrong change done during merge. mysql-test/include/wait_for_status_var.inc.moved: Remove file which was accidentally not removed during conflict resolution in merge. mysql-test/r/innodb_mysql.result: Revert result file change following fixing root problem in merge.
-
Sergey Petrunya authored
- fix xtradb compile failures on windows (why do we have to do it again?)
-
- 14 Sep, 2009 2 commits
-
-
Sergey Petrunya authored
conflict every time they make a change)
-
Sergey Petrunya authored
-
- 12 Sep, 2009 1 commit
-
-
unknown authored
InnoDB does not bother to free explicitly one-time allocations at exit, so we get lots of "still reachable" warnings in Valgrind with innodb-use-sys-malloc enabled.
-
- 11 Sep, 2009 2 commits
-
-
unknown authored
Due to a bugfix for enum options in MariaDB, my_getopt parses enums into an ulong. However, some new code from MySQL was written to assume enums take an uint. Fix by using the correct type. (The new MySQL code in addition had an implicit assumption that my_bool and uint were compatible; remove this assumption).
-
unknown authored
mysql-test/r/innodb.result: Fix wrong merge of result file conflicts. mysql-test/t/bug46080-master.opt: Fix memory limit to take into account extra storage engines in MariaDB. mysql-test/t/innodb.test: Add comment clarifying tricky --replace_result. sql/sql_select.cc: Restore fix of Bug#34374, accudentally lost during MySQL 5.1.38 merge. support-files/build-tags: Fix missing -R option for bzr, accidentally lost in MySQL-5.1.38 merge.
-
- 10 Sep, 2009 2 commits
-
-
Sergey Petrunya authored
from the default build. We have xtradb instead.
-
Sergey Petrunya authored
-
- 09 Sep, 2009 3 commits
-
-
Sergey Petrunya authored
- Don't follow mainline on use of UNINIT_VAR yet, we haven't merged it in.
-
Sergey Petrunya authored
- Post-merge fixes
-
Igor Babaev authored
-
- 08 Sep, 2009 2 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-