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 aa4ad13694 BUG#17810 - REPAIR says ok, CHECK says broken (repeatable)
Write operations on tables created in 4.x with index on variable
length column results in index crash. Even REPAIR TABLE wasn't able
to fix broken index.

Problem was that packed key length size wasn't restored correctly.
In 5.0 packed key length size is either 1 or 2. In 4.x this length
is always 2, but is saved as 0.

This fix ensures that key length size is restored correctly for 4.x
tables.


myisam/mi_key.c:
  Ensure that pack_length is either 1 or 2 (compatibility with 4.x).
2006-04-27 12:51:33 +05:00
bdb
BitKeeper
BUILD Use yaSSL as default for BUILD/* scripts 2006-03-21 11:21:52 +01:00
client Merge 2006-04-21 20:04:13 +02:00
cmd-line-utils
config/ac-macros postmerge fix: added tinfo support. 2006-04-13 16:06:52 +03:00
dbug
Docs Merge 2006-04-03 03:52:22 +02:00
extra Bug#18815 libmysql using yassl can't be linked with c program 2006-04-18 12:08:06 +02:00
heap
include Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-03-27 12:07:59 +03:00
innobase Applied innodb-5.0-ss492 snapshot. 2006-04-26 07:50:29 +04:00
libmysql Merge 192.168.0.20:mysql/bug15069/my50-bug15069 2006-04-10 15:13:30 +02:00
libmysql_r yassl link problem fixed 2006-04-03 12:07:18 +02:00
libmysqld compilation fixes 2006-03-06 22:08:29 +01:00
man
myisam BUG#17810 - REPAIR says ok, CHECK says broken (repeatable) 2006-04-27 12:51:33 +05:00
myisammrg
mysql-test Fix bug in ndbcluster.sh on Solaris (now that line is the same as in 5.1) 2006-04-26 20:50:27 -07:00
mysys Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-2 2006-04-19 18:08:15 -07:00
ndb Bug #18550 ndbd getting "node failure handling not complete..." after graceful restart 2006-04-26 16:57:45 +02:00
netware .libs is no longer used when compiling netware 2006-04-03 11:54:09 -04:00
os2
pstack
regex
scripts Merge 2006-04-03 03:52:22 +02:00
server-tools Makefile.am: 2006-03-03 02:46:47 +01:00
sql Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-04-27 08:37:45 +02:00
sql-bench
sql-common Moving mysql_get_server_version() from libmysql.c to client.c, 2006-04-06 13:03:22 +05:00
SSL
strings ctype-extra.c: 2006-04-06 10:23:42 +05:00
support-files Fix for Bug #16240 2006-04-06 10:13:46 -07:00
tests Fix incorrect merge: put '/*' comment start back. 2006-03-30 22:35:50 +04:00
tools
VC++Files Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-new 2006-04-01 02:46:32 +02:00
vio No longer leak file descriptors in mysql_close. Fixes Bug#15846. 2006-03-17 18:46:34 +01:00
zlib
.bzrignore Disable udf test 2006-03-27 18:25:35 -08:00
.cvsignore
configure.in configure.in: 2006-04-26 08:26:33 +02:00
COPYING
Makefile.am
README README: 2006-04-01 04:13:33 +02:00

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.
- For commercial distributions, see the MySQLEULA.txt 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 Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  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.