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
evgen@moonbone.local ff3fd46c32 Bug#29461: Sort order of the collation wasn't used when comparing characters
with the space character.

When the my_strnncollsp_simple function compares two strings and one is a prefix
of another then this function compares characters in the rest of longer key
with the space character to find whether the longer key is greater or less.
But the sort order of the collation isn't used in this comparison. This may
lead to a wrong comparison result, wrongly created index or wrong order of the
result set of a query with the ORDER BY clause.

Now the my_strnncollsp_simple function uses collation sort order to compare
the characters in the rest of longer key with the space character.
2007-07-09 01:23:33 +04:00
bdb
BitKeeper Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-4.1-build 2007-06-18 20:15:27 +02:00
BUILD
client
cmd-line-utils
config/ac-macros
dbug
debian
Docs
extra
heap
include Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpl 2007-06-18 12:02:39 +02:00
innobase
libmysql Bug #27383: Crash in test "mysql_client_test" 2007-06-22 15:34:28 +03:00
libmysql_r
libmysqld Merge trift2.:/MySQL/M41/push-4.1 2007-06-18 19:44:58 +02:00
man
myisam Bug #26642: create index corrupts table definition in .frm 2007-06-27 14:35:49 +03:00
myisammrg
mysql-test Bug#29461: Sort order of the collation wasn't used when comparing characters 2007-07-09 01:23:33 +04:00
mysys Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpl 2007-06-18 12:02:39 +02:00
ndb
netware
os2
pstack
regex
scripts
server-tools
sql Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-07-05 17:39:51 -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 Bug#29461: Sort order of the collation wasn't used when comparing characters 2007-07-09 01:23:33 +04:00
support-files
tests Follow up to the patch for the BUG#10491. 2007-06-29 17:37:17 +04:00
tools
VC++Files Merge trift2.:/MySQL/M41/clone-4.1 2007-06-18 19:16:12 +02:00
vio
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in try again. 2007-06-19 12:03:10 +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.