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
sergefp@mysql.com 7d6d808b6a BUG#32772: partition crash 1: enum column
The bug was that for ordered index scans, ha_partition::index_init() did
not put index columns into table->read_set if the underlying storage 
engine did not have HA_PARTIAL_COLUMN_READ flag. 
This was causing assertion failure when handle_ordered_index_scan() tried
to sort the records according to index order.

Fixed by making ha_partition::index_init() put index columns into table->read_set
for all ordered scans.
2007-11-28 03:02:05 +03:00
BitKeeper Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build 2007-10-25 13:31:31 +02:00
BUILD autorun.sh: 2007-10-29 22:48:58 +01:00
client Merge polly.(none):/home/kaa/src/opt/bug32376/my51-bug26215 2007-11-19 16:16:44 +03:00
cmd-line-utils Merge mysql.com:/home/kent/bk/bug24809/mysql-5.0-build 2007-10-31 10:52:18 +01:00
config/ac-macros Bug#30296 2007-10-25 21:19:28 -07:00
dbug Bug #27099: system_mysql fail in pushbuild windows 2007-10-15 19:56:24 +03:00
Docs
extra Merge ramayana.hindu.god:/home/tsmith/m/bk/51 2007-10-10 14:15:09 -06:00
include Merge magare.gmz:/home/kgeorge/mysql/work/B30355-5.0-opt 2007-11-27 17:19:51 +02:00
libmysql Merge polly.(none):/home/kaa/src/opt/bug32221/my51-bug31445 2007-11-22 14:56:01 +03:00
libmysql_r Makefile.am: 2007-09-26 19:41:46 +02:00
libmysqld Merge mysql.com:/home/hf/work/32211/my51-32211 2007-11-20 14:48:49 +04:00
man
mysql-test BUG#32772: partition crash 1: enum column 2007-11-28 03:02:05 +03:00
mysys Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines 2007-11-12 15:26:37 +04:00
netware Minor Makefile fixes: 2007-10-30 20:06:49 +01: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
scripts Merge polly.(none):/home/kaa/src/opt/bug32221/my51-bug31445 2007-11-22 17:26:10 +03:00
server-tools WL#4104: Deprecate the Instance Manager. 2007-10-22 23:02:05 +04:00
sql BUG#32772: partition crash 1: enum column 2007-11-28 03:02:05 +03:00
sql-bench
sql-common Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-11-14 17:30:16 +04:00
storage Merge polly.(none):/home/kaa/src/opt/bug28837/my51-bug29131 2007-11-26 20:15:30 +03:00
strings Merge mysql.com:/home/gluh/MySQL/Merge/5.1 2007-10-23 19:08:21 +05:00
support-files Makefile.am, make_binary_distribution.sh: 2007-09-27 12:21:56 +02:00
tests Merge magare.gmz:/home/kgeorge/mysql/work/B32400-5.0-opt 2007-11-23 14:41:47 +02:00
unittest
vio
win Merge ramayana.hindu.god:/home/tsmith/m/bk/51 2007-09-28 10:55:28 -06:00
zlib
.bzrignore Merge bk@192.168.21.1:mysql-5.1-opt 2007-11-20 14:35:49 +04:00
.cvsignore
CMakeLists.txt Merge alf.(none):/src/bug31289/my50-bug31289 2007-10-08 13:01:06 -04:00
configure.in Merge stella.local:/home2/mydev/mysql-5.1-amain 2007-11-02 10:53:20 +01:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am Minor Makefile fixes: 2007-10-30 20:06:49 +01: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.