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
anozdrin/alik@station. c7de965215 Make mysql compilable on gcc-4.2.1.
c++config.h now has the following code:
// For example, <windows.h> is known to #define min and max as macros...
#undef min
#undef max

So, our defines in my_global.h are undefined when <new> header
is included.

Move definitions of min()/max() to the end of my_global.h.
2007-09-03 15:12:28 +04:00
BitKeeper
BUILD Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-08-30 13:23:59 -06:00
client Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base 2007-08-30 13:23:59 -06:00
cmd-line-utils
config/ac-macros
dbug
debian
Docs
extra
include Make mysql compilable on gcc-4.2.1. 2007-09-03 15:12:28 +04:00
libmysql Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2007-08-24 15:25:02 +03:00
libmysql_r
libmysqld Merge bk-internal:/home/bk/mysql-5.1-marvel 2007-08-16 21:56:47 +02:00
man
mysql-test Fixed timing issues in events.test 2007-08-31 15:51:57 -06:00
mysys Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2007-08-25 12:08:18 +03:00
netware Merge trift2.:/MySQL/M51/netware2-5.1 2007-08-24 23:29:19 +02:00
plugin
pstack
regex Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel 2007-08-16 18:21:47 +02:00
scripts
server-tools Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel 2007-08-16 18:21:47 +02:00
sql Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-08-31 16:04:36 -06:00
sql-bench
sql-common
storage Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-08-31 10:58:02 +04:00
strings Merge trift2.:/MySQL/M51/target-5.1.22 2007-08-22 16:08:55 +02:00
support-files
tests Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main 2007-08-24 15:25:02 +03:00
unittest
vio Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel 2007-08-16 18:21:47 +02:00
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in Raise the version number to 5.1.23, 2007-08-22 17:32:35 +02: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.