An error occurred fetching the project authors.
- 29 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 27 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Remove disabling of mysql_upgrade
-
- 31 Jul, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
Post-merge fix.
-
- 30 Jul, 2007 1 commit
-
-
anozdrin/alik@ibm. authored
-
- 29 Jul, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
ddl_i18n_koi8r.test has been disabled to ignore bug #30120.
-
- 25 Jul, 2007 2 commits
-
-
antony@pcg5ppc.xiphis.org authored
"log.cc:1448: failed assertion `mysql_bin_log.is_open() && rex_data->empty()'" When Federated's transaction support was disabled by bug29875, this assertion became unreproducable.
-
anozdrin/alik@ibm. authored
Enable assert in Thread_registry.
-
- 20 Jul, 2007 1 commit
-
-
"Disable transaction support in Federated storage engine" Minimal patch to disable Federated's transactions until they can be fixed.
-
- 18 Jul, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
the internal data dictiona - re-enabled lowercase_table3 test; - added a rule to throw away expected warning to mtr_report.pl; - fixed a test case to produce unique warning.
-
- 17 Jul, 2007 2 commits
-
-
istruewing@chilla.local authored
-
istruewing@chilla.local authored
Disabled test cases that produce errors in a "server log".
-
- 16 Jul, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
internal data dictionary - re-enabled innodb_mysql test; - added a rule to through away expected warning to mtr_report.pl; - fixed a test case to produce unique warning.
-
- 15 Jul, 2007 1 commit
-
-
istruewing@chilla.local authored
Disabled tests which break automatic merging due to non-empty warnings file.
-
- 12 Jul, 2007 1 commit
-
-
Actually, this testcase will fail generally on all testing platforms. The bugs come from the inconsistent bitmap between rpl master and slave. In log_event.cc, the n_bits of m_cols and m_cols_ai are intialized with octal-ceiling m_width, in fact, their n_bits should be equal to m_width. Wrong n_bits will cause bitmap_bits_set() get incorrect value in unpack_row() in rpl_record.cc, then an assertion in unpack_row() will fail and crash sql thread. DBUG_ASSERT(null_ptr == row_data + master_null_byte_count); Meanwhile, because of binlog_prepare_pending_rows_event() changed with correct m_cols, some results of specific testcases should be updated: binlog_multi_engine.test ndb_binlog_multi.test rpl_ndb_dd_partitions.test rpl_ndb_log.test rpl_truncate_7ndb.test rpl_truncate_7ndb_2.test In addition, to ensure rows replication correct between master and slave after the patch, two 'select * from t1' are added in extra/rpl_tests/rpl_log.test, and some testcases include rpl_log.test, therefore, the results of these testcases should be updated likewise: rpl_stm_log.test rpl_row_log.test rpl_ndb_log.test rpl_row_log_innodb.test Totally, results of nine testcases are updated.
-
- 07 Jul, 2007 1 commit
-
-
antony@ppcg5.local authored
-
- 06 Jul, 2007 1 commit
-
-
- 05 Jul, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
Enabling rpl_udf test.
-
- 04 Jul, 2007 2 commits
-
-
tsmith@maint1.mysql.com authored
Update the disabled.def files to reflect actual contents of the t/* directories. Also, move a few more tests into suite/*.
-
bar@mysql.com/bar.myoffice.izhnet.ru authored
-
- 30 Jun, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
- 27 Jun, 2007 3 commits
-
-
tomas@poseidon.mysql.com authored
- enabling test, duplicate bug, other bug fixed
-
msvensson@pilot.(none) authored
Move tests to their respective suite
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 21 Jun, 2007 2 commits
-
-
mats@kindahl-laptop.dnsalias.net authored
Minor fixes to get proper detection of transaction isolation level when inside external_lock().
-
-
- 20 Jun, 2007 1 commit
-
-
kostja@bodhi.(none) authored
rpl_udf -- Bug#28993 rpl_udf test causes server crash and valgrind warning in pushbuild rpl_ndb_circular -- Bug#29233 rpl_ndb_circular fails randomly ndb_dd_sql_features -- Bug#29102 ndb_dd_sql_features fails in pushbuild
-
- 15 Jun, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
-
- 13 Jun, 2007 1 commit
-
-
stewart@flamingspork.com[stewart] authored
Index: ndb-work/mysql-test/t/disabled.def ===================================================================
-
- 31 May, 2007 2 commits
-
-
```yaml Added casts and fixed wrong type. ``` Added casts and fixed wrong type. --- Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel --- Don't give warning that readonly variable is forced to be readonly mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file Fixed wrong reference to the mysql manual Fixed wrong prototype that caused some tests to fail on 64 bit platforms --- Disabled compiler warnings mainly for Win 64. --- Added casts to remove compiler warnings on windows Give warnings also for safe_mutex errors found by test system Added some warnings from different machines in pushbuild --- Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into mysql.com:/home/my/mysql-5.1 --- Added escapes for double quotes and parenthesis. --- Archive db fix plus added non-critical warnings in ignore list. --- Fixed previously added patch and added new ignored warning.
-
-
- 30 May, 2007 2 commits
-
-
anozdrin/alik@ibm. authored
-
anozdrin/alik@ibm. authored
-
- 29 May, 2007 3 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file Fixed wrong reference to the mysql manual Fixed wrong prototype that caused some tests to fail on 64 bit platforms
-
thek@adventure.(none) authored
To be restored when PB is patched to ignore requested safemalloc memory dumps.
-
tomas@whalegate.ndb.mysql.com authored
-
- 28 May, 2007 1 commit
-
-
thek@adventure.(none) authored
fix in PB.
-
- 23 May, 2007 1 commit
-
-
dlenev@mockturtle.local authored
Bug #23667 "CREATE TABLE LIKE is not isolated from alteration by other connections" Bug #18950 "CREATE TABLE LIKE does not obtain LOCK_open" As well as: Bug #25578 "CREATE TABLE LIKE does not require any privileges on source table". The first and the second bugs resulted in various errors and wrong binary log order when one tried to execute concurrently CREATE TABLE LIKE statement and DDL statements on source table or DML/DDL statements on its target table. The problem was caused by incomplete protection/table-locking against concurrent statements implemented in mysql_create_like_table() routine. We solve it by simply implementing such protection in proper way. Most of actual work for 5.1 was already done by fix for bug 20662 and preliminary patch changing locking in ALTER TABLE. The third bug allowed user who didn't have any privileges on table create its copy and therefore circumvent privilege check for SHOW CREATE TABLE. This patch solves this problem by adding privilege check, which was missing. Finally it also removes some duplicated code from mysql_create_like_table() and thus fixes bug #26869 "TABLE_LIST::table_name_length inconsistent with TABLE_LIST::table_name".
-
- 21 May, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
Re-enabled plugin test to check if it still leaks memory.
-
- 14 May, 2007 1 commit
-
-
anozdrin/alik@ibm. authored
-