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
Alfranio Correia f3314e90e3 BUG#38197 Errors in @@init_slave not visible in 'show slave status'
Some errors that cause the slave SQL thread to stop are not shown in the
Slave_SQL_Error column of "SHOW SLAVE STATUS". Instead, the error is only 
in the server's error log.
      
That makes it difficult to analyze the error for the user. One example of an error
that stops the slave but is not shown by "SHOW SLAVE STATUS" is when @@global.init_slave
is set incorrectly (e.g., it contains something that is not valid SQL).
      
Three failures were not correctly reported:
      
1 - Failures during slave thread initialization
2 - Failures while initializing the relay log position right after
starting the slave thread.
3 - Failures while processing queries passed through the init_slave
option.
      
This patch fixes the issues by reporting the errors through relay-info->report.
2009-02-11 11:56:25 +00:00
.bzr-mysql merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
BitKeeper
BUILD Merge the bashism removal from 5.0 up to 5.1-build 2008-12-28 16:18:08 +01:00
client merged 5.0-bugteam -> 5.1-bugteam 2009-01-30 15:57:02 +02:00
cmd-line-utils
config/ac-macros Fix Bug#32831: libmysql should be built with all charsets 2009-01-13 16:16:03 +01:00
dbug
Docs
extra Bug#41612: resolve_stack_dump does not decode 5.1 stack trace 2008-12-19 08:47:28 -02:00
include Bug#40536: SELECT is blocked by INSERT DELAYED waiting on 2009-02-03 15:16:24 -02:00
libmysql
libmysql_r
libmysqld Fix merge error, mysqltest.cc should be mysqltest.c 2008-12-18 19:36:01 +01:00
man
mysql-test BUG#38197 Errors in @@init_slave not visible in 'show slave status' 2009-02-11 11:56:25 +00:00
mysys Bug#40536: SELECT is blocked by INSERT DELAYED waiting on 2009-02-03 15:16:24 -02:00
netware
plugin
pstack
regex
scripts From 5.0.48 the NDB client libraries has been missing in the cluster 2009-01-23 02:59:03 +01:00
server-tools
sql BUG#38197 Errors in @@init_slave not visible in 'show slave status' 2009-02-11 11:56:25 +00:00
sql-bench Bug #41580 opt_threads option is not used anywhere at all 2009-02-03 13:46:25 +01:00
sql-common auto-merge 2009-01-09 14:22:15 +01:00
storage Merge 5.0-bugteam -> 5.1-bugteam. 2009-02-04 17:00:40 +04:00
strings merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
support-files Merge 2008-12-28 08:03:44 +01:00
tests Merge from 5.0-bugteam 2009-01-15 08:28:10 -02:00
unittest
vio
win
zlib
.bzrignore merge 5.1 --> 5.1-rpl 2008-12-13 19:42:12 +00:00
.cvsignore
CMakeLists.txt merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
configure.in Raise the version number in this (enterprise) tree, 5.0.77 will be a community build. 2009-01-29 22:43:52 +01:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am merge: 5.1 -> 5.1-rpl 2009-01-08 19:03:56 +00:00
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.