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
mattiasj@mattiasj-laptop.(none) 7c16fd2c0f Bug #30878: Crashing when alter an auto_increment non partitioned
table to partitioned

Problem:
Crashed because usage of an uninitialised mutex when auto_incrementing
  a partitioned temporary table

Fix:
Only locking (using the mutex) if not temporary table.
2007-10-17 20:40:23 +02:00
BitKeeper
BUILD Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-26 18:49:09 +02:00
client Merge gleb.loc:/home/uchum/work/bk/5.1 2007-09-13 00:44:50 +05:00
cmd-line-utils make_binary_distribution.sh: 2007-09-26 20:19:33 +02:00
config/ac-macros Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-26 18:49:09 +02:00
dbug Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-08-04 00:44:51 +02:00
debian
Docs
extra Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-26 18:49:09 +02:00
include Merge xiphis.org:/anubis/antony/work/mysql-5.1-engines 2007-10-04 11:22:52 -07:00
libmysql Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-26 18:49:09 +02:00
libmysql_r Makefile.am: 2007-09-26 19:41:46 +02:00
libmysqld Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-26 18:49:09 +02:00
man
mysql-test Bug #30878: Crashing when alter an auto_increment non partitioned 2007-10-17 20:40:23 +02:00
mysys Merge stella.local:/home2/mydev/mysql-5.1-amain 2007-10-10 21:25:19 +02:00
netware Merge trift2.:/MySQL/M50/netware2-5.0 2007-08-24 23:40:36 +02:00
plugin Makefile.am: 2007-09-26 18:47:55 +02:00
pstack Makefile.am, configure.in: 2007-09-27 21:39:23 +02:00
regex Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel 2007-08-16 18:21:47 +02:00
scripts Merge production.mysql.com:/usersnfs/jperkin/bk/build/5.0 2007-10-04 12:21:51 +02:00
server-tools ha_partition.cc, listener.h, listener.cc, ha_partition.h: 2007-09-07 13:30:42 +02:00
sql Bug #30878: Crashing when alter an auto_increment non partitioned 2007-10-17 20:40:23 +02:00
sql-bench
sql-common Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 2007-08-13 16:11:25 +03:00
storage Merge stella.local:/home2/mydev/mysql-5.1-amain 2007-10-10 21:25:19 +02:00
strings Merge trift2.:/MySQL/M51/target-5.1.22 2007-08-22 16:08:55 +02:00
support-files Makefile.am, make_binary_distribution.sh: 2007-09-27 12:21:56 +02:00
tests Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-08-24 10:13:03 +02:00
unittest
vio Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-08-28 11:36:10 +02:00
win Merge production.mysql.com:/usersnfs/jperkin/bk/trees/50/push-5.0 2007-09-07 21:56:00 +02:00
zlib
.bzrignore Merge gleb.loc:/home/uchum/work/bk/5.0-opt 2007-09-06 19:15:31 +05:00
.cvsignore
CMakeLists.txt CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js: 2007-08-06 23:16:01 +02:00
configure.in Makefile.am, configure.in: 2007-09-27 21:39:23 +02:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build 2007-09-27 21:40:07 +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.