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 ae587cfb0c Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?)
Problem: long and long long types mess in a comparison may lead to wrong results on some platforms.
Fix: prefer [unsigned] long long as [u]longlong as it's used unconditionally in many places.


include/my_global.h:
  Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?)
    - use [unsigned] long long as [u]longlong if sizeof(long long) == 8, to avoid type mess,
      as we use [unsigned] long long unconditionally in many places, for example in constants 
      with [U]LL suffix.
2007-06-22 17:12:40 +05:00
bdb gen_rec.awk: 2006-11-27 18:29:50 +01:00
BitKeeper Test and bug fixes and removed unneccessary files. 2007-02-05 17:09:44 +02:00
BUILD Deleted reject files accidently checked in 2007-04-05 08:30:16 +02:00
client Move code after variable delcaration 2007-06-01 19:57:26 +02:00
cmd-line-utils Bug#10218 Command line recall rolls into Segmentation Fault(coredump)' 2007-06-04 16:42:42 +02:00
dbug
Docs .del-fill_func_tables.sh: 2007-03-22 19:43:15 +01:00
extra Bug#25344 Segmentation violation when try to run the perror utility 2007-02-06 23:00:18 +01:00
heap Bug#26996 - Update of a Field in a Memory Table ends with wrong result 2007-03-19 15:56:53 +01:00
include Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?) 2007-06-22 17:12:40 +05:00
innobase Applied innodb-4.1-ss36 and innodb-4.1-ss38 snapshots 2007-01-21 19:55:17 -07:00
isam Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
libmysql Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2006-11-29 02:39:17 +03:00
libmysql_r gen_rec.awk: 2006-11-27 18:29:50 +01:00
libmysqld bug #25492 (Invalid deallocation in mysql_stmt_fetch()) 2007-03-05 11:35:04 +04:00
man Makefile.am, configure.in: 2006-07-28 23:12:40 +02:00
merge
myisam Merge mysql.com:/home/svoj/devel/bk/mysql-4.1 2007-05-23 12:38:34 +05:00
myisammrg BUG#24342 - Incorrect results with query over MERGE table 2007-04-11 01:40:35 +05:00
mysql-test WL#3232 mysqltest, enable --source $variables/<remaining_path_to_file> 2007-06-19 11:06:02 +02:00
mysys Merge mysql.com:/home/svoj/devel/bk/mysql-4.1 2007-05-23 12:38:34 +05:00
ndb Merge perch.ndb.mysql.com:/home/jonas/src/41-work 2007-05-18 11:43:43 +02:00
netware Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 2006-07-24 10:59:51 +02:00
os2 Many files: 2005-09-29 02:08:24 +02:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Many files: 2005-09-29 02:08:24 +02:00
scripts .del-fill_func_tables.sh: 2007-03-22 19:43:15 +01:00
sql Merge mysql.com:/home/svoj/devel/bk/mysql-4.1 2007-05-23 12:38:34 +05:00
sql-bench Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
sql-common Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint 2007-03-26 13:45:02 +05:00
SSL
strings Fix for the bug #24037 "Lossy Hebrew to Unicode conversion". 2006-12-22 15:30:37 +03:00
support-files RPM spec file error: Trailing '*' to cover '.gz' for a man page was missing. 2007-05-02 16:51:15 +02:00
tests Cleanup: remove const. 2006-11-22 16:47:12 +03:00
tools
VC++Files Bug#24400 Source files for Server: Visual Studio Workspace contains a small config bug 2007-05-16 17:09:49 -04:00
vio Merge 192.168.0.10:mysql/mysql-4.1-maint 2007-02-06 14:44:05 +01:00
zlib Makefile.am: 2005-12-15 02:11:21 -03:00
.bzrignore Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-28 15:03:47 +01:00
.cvsignore
acinclude.m4 Moving version-script to acinclude.m4 2007-01-19 17:34:47 -08:00
config.guess updated libtool/autoconf files 2006-05-25 11:36:29 -07:00
config.sub updated libtool/autoconf files 2006-05-25 11:36:29 -07:00
configure.in Bug#10218 Command line recall rolls into Segmentation Fault(coredump)' 2007-06-04 16:42:42 +02:00
COPYING
depcomp
EXCEPTIONS-CLIENT EXCEPTIONS-CLIENT: 2007-03-14 18:28:16 +01:00
install-sh
ltconfig
ltmain.sh updated libtool/autoconf files 2006-05-25 11:36:29 -07:00
Makefile.am mysql.spec.sh, Makefile.am: 2007-03-27 17:42:55 +02:00
missing
mkinstalldirs
README make_binary_distribution.sh: 2006-11-07 22:26:37 +01:00

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.