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 a47ee8676e Bug#19203, Different error reports for similar cases - unable allocate memory
storage/ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
  if malloc failed, it will show the parameter's name
storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
  if malloc failed, it will show the parameter's name
storage/ndb/src/kernel/vm/ArrayPool.hpp:
  reduce err message, or else some of it will be cut
storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
  add the feature which it can display the parameter's name if malloc failed
storage/ndb/src/kernel/vm/SimulatedBlock.hpp:
  add an input argument which is the ID of a parameter
2006-11-13 15:31:59 +08:00
BitKeeper
BUILD
client Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1 2006-10-10 11:25:24 +02:00
cmd-line-utils
config/ac-macros
dbug
Docs
extra
include
libmysql
libmysql_r
libmysqld
man
mysql-test Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1 2006-10-10 11:25:24 +02:00
mysys ndb - fixed for BUG#15021, binlog_index table become inconsistent if errors during purge of binlogs. 2006-10-13 12:48:05 +08:00
netware
plugin
pstack
regex
scripts
server-tools
sql ndb - BUG#18647, cluster.schema database needs to be hidden. 2006-11-01 11:04:26 +08:00
sql-common
storage Bug#19203, Different error reports for similar cases - unable allocate memory 2006-11-13 15:31:59 +08:00
strings
support-files
tests
unittest
vio
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in
COPYING
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.
- 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.