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 0f85ae9f2c Bug#25714
"getGeneratedKeys() does not work with FEDERATED table"
  mysql_insert() expected the storage engine to update the row data
  during the write_row() operation with the value of the new auto-
  increment field. The field must be updated when only one row has
  been inserted as mysql_insert() would ignore the thd->last_insert.
  This patch implements HA_STATUS_AUTO support in ha_federated::info()
  and ensures that ha_federated::write_row() does update the row's
  auto-increment value.
  The test case was written in C as the protocol's 'id' value is
  accessible through libmysqlclient and not via SQL statements.
  mysql-test-run.pl was extended to enable running the test binary.


mysql-test/mysql-test-run.pl:
  bug25714
    implement support to run C test for bug25714
sql/ha_federated.cc:
  bug25714
    The storage engine instance property auto_increment_value was not
    being set.
    mysql_insert() requires that the storage engine updates the row with
    the auto-increment value, especially when only inserting one row.
    Implement support for ha_federated::info(HA_STATUS_AUTO)
tests/Makefile.am:
  bug25714
    build C test for bug
mysql-test/include/have_bug25714.inc:
  New BitKeeper file ``mysql-test/include/have_bug25714.inc''
mysql-test/r/federated_bug_25714.result:
  New BitKeeper file ``mysql-test/r/federated_bug_25714.result''
mysql-test/r/have_bug25714.require:
  New BitKeeper file ``mysql-test/r/have_bug25714.require''
mysql-test/t/federated_bug_25714.test:
  New BitKeeper file ``mysql-test/t/federated_bug_25714.test''
tests/bug25714.c:
  New BitKeeper file ``tests/bug25714.c''
2007-07-23 23:35:43 -07:00
bdb
BitKeeper
BUILD Bug #29543 GCov information not written in case of crash. 2007-07-07 07:46:17 +02:00
client Bug#29361 mysqldump creates stray file when too long path name is passed 2007-06-28 11:23:59 +02:00
cmd-line-utils
config/ac-macros
dbug
debian
Docs
extra
heap
include Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-engines 2007-07-06 17:55:46 -06:00
innobase
libmysql Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2007-07-06 09:51:02 +03:00
libmysql_r
libmysqld
man
myisam Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.0-engines 2007-07-06 09:00:40 -07:00
myisammrg
mysql-test Bug#25714 2007-07-23 23:35:43 -07:00
mysys Merge mysql.com:/home/svoj/devel/mysql/BUG27564/mysql-4.1-engines 2007-07-05 11:45:58 +05:00
ndb Merge perch.ndb.mysql.com:/home/jonas/src/50-work 2007-07-04 22:42:31 +02:00
netware
os2
pstack
regex
scripts
server-tools
sql Bug#25714 2007-07-23 23:35:43 -07:00
sql-bench
sql-common Merge bk@192.168.21.1:mysql-5.0-opt 2007-06-29 10:50:56 +05:00
SSL
strings Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl 2007-07-03 13:58:19 +05:00
support-files
tests Bug#25714 2007-07-23 23:35:43 -07:00
tools
VC++Files
vio
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 Add the "nist" suite to the "test-bt" target, 2007-06-22 20:08:19 +02: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.