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.
  • MariaDB\ 71.8%
  • C++ 16.4%
  • C 10.4%
  • Shell 0.5%
  • Perl 0.4%
  • Other 0.3%
Find a file
unknown 1c94c8e674 Bug#31382
"Disabled plugin is provoking Valgrind error"
  If there are any auto-alloced string plug-in options, memory is
  allocated during the call for handle_options(). We must free this
  memory if we are not installing the plug-in.


include/my_getopt.h:
  bug31382
    new function: my_cleanup_options()
mysys/my_getopt.c:
  bug31382
    new function: my_cleanup_options(), fini_one_value()
    alter init_variables() to take an extra option.
    forward declare init_one_value() and fini_one_value()
sql/sql_plugin.cc:
  bug31382
    after calling handle_options(), make sure to call my_cleanup_options()
    if we are not installing the plug-in.
2007-10-04 10:55:08 -07:00
BitKeeper
BUILD Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-08-30 13:23:59 -06:00
client Merge gleb.loc:/home/uchum/work/bk/5.1 2007-09-13 00:44:50 +05:00
cmd-line-utils
config/ac-macros Merge trift2.:/MySQL/M51/push-5.1 2007-09-13 23:54:22 +02:00
dbug
debian
Docs
extra Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-08-28 11:36:10 +02:00
include Bug#31382 2007-10-04 10:55:08 -07:00
libmysql
libmysql_r
libmysqld Bug #30389: connection_id() always return 0 in embedded server 2007-08-27 14:31:27 -06:00
man
mysql-test Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1 2007-09-14 11:13:00 +02:00
mysys Bug#31382 2007-10-04 10:55:08 -07:00
netware
plugin
pstack
regex
scripts Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50 2007-08-28 13:25:06 -06:00
server-tools
sql Bug#31382 2007-10-04 10:55:08 -07:00
sql-bench
sql-common
storage Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb 2007-09-12 14:02:27 +02:00
strings
support-files
tests
unittest
vio Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-08-28 11:36:10 +02:00
win
zlib
.bzrignore Merge gleb.loc:/home/uchum/work/bk/5.0-opt 2007-09-06 19:15:31 +05:00
.cvsignore
CMakeLists.txt
configure.in Merge ramayana.hindu.god:/home/tsmith/m/bk/51-target22-X 2007-08-27 18:41:29 -06:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am
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.