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
davi@mysql.com/endora.local cca174b6b8 Bug#36031 Test funcs_1.<engine>_views failing on Windows
The problem is a hack in mysqltest.c::append_field that modifies
the exponential notation of floating point numbers by removing a
zero after the the symbol 'e' (eg: 00001.2e+018 is converted to
00001.2e+18) but does not take into account the zerofill affect
in the start of the string.

The solution is to check if the field was zero filled and insert
a zero at the start of the string if a zero after the exponential
notation symbol is removed.
2008-05-02 15:10:32 -03:00
BitKeeper
BUILD BUILD/Makefile.am 2008-04-18 16:58:47 +02:00
client Bug#36031 Test funcs_1.<engine>_views failing on Windows 2008-05-02 15:10:32 -03:00
cmd-line-utils
config/ac-macros
dbug Bug#26243 mysql command line crash after control-c 2008-03-28 14:02:27 -04:00
Docs Makefile.am: 2008-04-08 11:44:18 +02:00
extra fixes for warnings and compile errors for the fix of bug 26243 2008-03-29 16:12:23 +02:00
include Merge ramayana.hindu.god:/home/tsmith/m/bk/bugteam/51 2008-04-29 20:55:48 -06:00
libmysql fixed warnings and compile errors from the fix for bug 26243 2008-03-29 09:52:16 +02:00
libmysql_r
libmysqld Use ulonglong to store row count in libmysld Protocol_text::remove_last_row() 2008-04-30 19:14:41 -06:00
man
mysql-test Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteam 2008-05-01 17:51:26 +03:00
mysys Avoid compilation problem on AIX. 2008-04-28 13:41:12 -04:00
netware
plugin
pstack
regex
scripts Bug#35824: mysql_upgrade does not fix scheduler tables when upgrading from 5.1.23 to 5.1.24 2008-04-04 13:46:05 -03:00
server-tools
sql Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteam 2008-05-01 16:15:38 +03:00
sql-bench
sql-common Merge five.local.lan:/work/trees/mysql-5.0-build-src-clean 2008-04-04 14:51:43 +02:00
storage Fixed bug#36006: Optimizer does table scan for SELECT COUNT(*) 2008-04-26 02:45:58 +05:00
strings Merge host.loc:/home/uchum/work/5.0-bugteam 2008-04-23 11:06:26 +05:00
support-files Makefile.am: 2008-04-08 11:44:18 +02:00
tests Merge amd64.(none):/src/mysql-5.0-bugteam 2008-03-28 16:01:05 -04:00
unittest
vio
win
zlib
.bzrignore Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean 2008-04-23 11:59:31 +02:00
.cvsignore
CMakeLists.txt Merge mysql.com:/misc/mysql/mysql-5.0 2008-03-27 23:35:56 +01:00
configure.in Raise version number after cloning 5.0.60 2008-04-23 20:54:53 +02:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am Makefile.am: 2008-04-08 11:44:18 +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.