MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
Sven Sandberg 159505f82b BUG#38068: binlog_stm_binlog fails sporadically in pushbuild
Problem: binlog_stm_binlog runs INSERT DELAYED queries, and
then prints the contents of the binlog. Before checking the
contents of the binlog, the test waits until the rows have
appeared in the table. However, this is not enough, since
INSERT DELAYED does not write rows to the binlog at the same
time as it writes them to the table. So there is a race.
Fix: Add a FLUSH TABLES before SHOW BINLOG EVENTS. That
waits until the insert_delayed thread is done.


mysql-test/extra/binlog_tests/binlog_insert_delayed.test:
  - Added FLUSH TABLES, so that SHOW BINLOG EVENTS becomes
  deterministic.
  - Added comments.
  - Removed unnecessary 'set @@session.auto_increment_increment'
  statements.
  - Removed unnecessary check that the number of rows inserted
  to the table is 11.
mysql-test/suite/binlog/r/binlog_stm_binlog.result:
  updated result file
2008-07-23 18:56:39 +02:00
.bzr-mysql Merge from 5.0. Update version. 2008-05-23 00:25:21 +02:00
BitKeeper Merge trift2.:/MySQL/M51/mysql-5.1 2008-01-28 15:16:40 +01:00
BUILD Add variation of compile-pentium-valgrind-max which does not build ndb. 2008-05-27 12:35:35 -03:00
client Bug#35736 Test 'parts.partition_basic_symlink_myisam' depends on output of 'ls' 2008-07-09 13:19:04 +02:00
cmd-line-utils Merge pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/mysql-5.1-engines 2008-03-07 13:46:29 -08:00
config/ac-macros ha_ndbcluster.m4: 2008-02-26 18:43:48 +01:00
dbug Merge pilot.mysql.com:/data/msvensson/mysql/my50-bt-36463 2008-05-02 19:42:34 +02:00
Docs Makefile.am: 2008-04-08 11:44:18 +02:00
extra perror.c: 2008-03-28 21:59:20 +02:00
include Bug#37003 Tests sporadically crashes with embedded server 2008-06-19 11:02:32 -03:00
libmysql Bug#27430 "Crash in subquery code when in PS and table DDL changed after 2008-05-20 20:36:26 +04:00
libmysql_r
libmysqld Fixed build warning on Windows (emb_qcache.cc) 2008-07-10 14:41:56 -06:00
man
mysql-test BUG#38068: binlog_stm_binlog fails sporadically in pushbuild 2008-07-23 18:56:39 +02:00
mysys Up-merge syntax fix from 5.0-bugteam. 2008-07-02 17:54:54 +02:00
netware
plugin
pstack
regex Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name> 2008-02-18 23:29:39 +01:00
scripts Bug #37024: Wrong location of messagefiles 2008-06-17 19:04:10 -06:00
server-tools Bug#34655 Compile error 2008-02-28 14:55:46 -03:00
sql merge 5.0-bugteam --> 5.1-bugteam 2008-07-11 04:52:50 +05:00
sql-bench
sql-common Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug26294/my51-bug26294 2008-04-03 13:21:02 -04:00
storage Bug#36434: ha_innodb.so is installed in the wrong directory 2008-06-19 06:44:22 +02:00
strings merged 5.0-bugteam to 5.1-bugteam 2008-05-28 17:18:24 +03:00
support-files Use skip-federated by default in all example configs. 2008-06-10 21:10:56 +02:00
tests Bug #36887: Typo in mysql_client_test.c uses bind instead of my_bind 2008-05-27 14:33:08 +03:00
unittest Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name> 2008-02-18 23:29:39 +01:00
vio Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build 2008-02-21 19:53:37 -05:00
win
zlib
.bzrignore Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
.cvsignore
CMakeLists.txt Merge mysql.com:/misc/mysql/mysql-5.1 2008-03-27 23:34:12 +01:00
configure.in Raise version number after cloning 5.0.66 2008-07-09 08:23:30 +02:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am Upmerge of fix for 2008-06-03 12:21:48 +02:00
README Dummy change to force PushBuild. 2008-03-26 13:15:03 +03:00

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.