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
unknown 5babac539d Bug #29571: INSERT DELAYED IGNORE written to binary log on
the master but on the slave

MySQL can decide to "downgrade" a INSERT DELAYED statement
to normal insert in certain situations.
One such situation is when the slave is replaying a 
replication feed.
However INSERT DELAYED is logged even if there're no updates
whereas the NORMAL INSERT is not logged in such cases.

Fixed by always logging a "downgraded" INSERT DELAYED: even 
if there were no updates.


mysql-test/r/rpl_insert_delayed.result:
  Bug #29571: test case
mysql-test/t/rpl_insert_delayed.test:
  Bug #29571: test case
sql/sql_insert.cc:
  Bug #29571: log INSERT DELAYED even if it was 
  "downgraded" to INSERT (and there were no updates)
2007-07-26 11:31:10 +03:00
bdb
BitKeeper
BUILD Bug #29543 GCov information not written in case of crash. 2007-07-07 07:46:17 +02:00
client Fixed bug #29788. 2007-07-21 04:50:11 +05:00
cmd-line-utils
config/ac-macros
dbug
debian
Docs
extra Minor fixes for test failures and compiler warnings for Bug #29579. 2007-07-13 00:45:54 -04:00
heap
include Merge gleb.loc:/home/uchum/work/bk/5.0 2007-07-13 20:49:21 +05:00
innobase NULL MERGE UP to 5.1. 2007-07-10 08:16:51 -06:00
libmysql Bug #29687 mysql_stmt_store_result memory leak in libmysqld 2007-07-16 19:08:07 +05:00
libmysql_r
libmysqld
man
myisam fixed uninitialized variable introduced by the fix for bug 29325 2007-07-11 12:37:47 +03:00
myisammrg
mysql-test Bug #29571: INSERT DELAYED IGNORE written to binary log on 2007-07-26 11:31:10 +03:00
mysys Bug #29325: create table overwrites .MYD file of other 2007-07-18 15:33:41 +03:00
ndb Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj 2007-07-13 15:53:58 +02:00
netware
os2
pstack
regex
scripts Bug#29382 Collation 'utf8_test_ci' not found in tests 2007-07-04 14:53:08 +05:00
server-tools
sql Bug #29571: INSERT DELAYED IGNORE written to binary log on 2007-07-26 11:31:10 +03:00
sql-bench
sql-common Merge mysql.com:/home/hf/work/29494/my41-29494 2007-07-22 14:03:18 +05:00
SSL
strings Merge olga.mysql.com:/home/igor/mysql-5.0-rpl 2007-07-13 19:05:30 -07:00
support-files
tests Follow up to the patch for the BUG#10491. 2007-06-29 17:37:17 +04:00
tools
VC++Files
vio Bug #29579 Clients using SSL can hang the server 2007-07-12 22:06:33 -04:00
win Bug#24732 Executables do not include Vista manifests 2007-06-26 11:26:01 -04:00
zlib
.bzrignore
.cvsignore
CMakeLists.txt Bug#24732 Executables do not include Vista manifests 2007-06-26 11:26:01 -04:00
configure.in Raise version number after cloning 5.0.46 2007-07-16 12:42:12 +02:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am
README

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.