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 15259e7e8a Bug#27836
"sql_plugin.cc, dynamic_array is not dynamic"
  When the DYNAMIC_ARRAYs were resized, pointers became invalid.
  Solved by only storing pointers within the DYNAMIC_ARRAYs.


sql/sql_plugin.cc:
  Bug27836
    Store pointers to data structures in dynamic arrays: plugin_dl_array, plugin_array
    Allocate data structures in plugin_mem_root
2007-05-24 10:39:24 -07:00
BitKeeper
BUILD
client Merge bk-internal:/home/bk/mysql-5.1-maint 2007-05-18 13:01:05 +02:00
cmd-line-utils
config/ac-macros Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1 2007-05-22 23:21:32 +02:00
dbug
debian
Docs
extra
include Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build 2007-05-23 10:51:27 +02:00
libmysql
libmysql_r
libmysqld
man
mysql-test Merge mysql.com:/home/svoj/devel/bk/mysql-5.1 2007-05-23 12:41:30 +05:00
mysys
netware
plugin
pstack
regex
scripts Merge trift2.:/MySQL/M50/bug26609-5.0 2007-05-22 20:02:23 +02:00
server-tools
sql Bug#27836 2007-05-24 10:39:24 -07:00
sql-bench
sql-common Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50 2007-05-18 06:50:22 +02:00
storage Merge mysql.com:/home/svoj/devel/bk/mysql-5.1 2007-05-23 12:41:30 +05:00
strings Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build 2007-05-23 10:51:27 +02:00
support-files
tests
unittest
vio
win Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-05-21 20:51:31 +02:00
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in Raise version number after cloning 5.1.19-beta 2007-05-24 17:35:22 +02:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am Makefile.am : Add "embedded" tests to the "test-bt" target. 2007-05-24 15:20:06 +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.