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 3770083b5b Bug #27119 server crash with integer division by zero during filesort on huge result
Added checks to detect integer overflow and fixed other bugs on the error path.


myisam/sort.c:
  Replaced a break statement with a goto statement so that a failure will instead break
sql/filesort.cc:
  Fixed an allocation routine to detect integer overflow, and as an optimization a check that prevents the number of buffpeks being larger than can possibly fit into memory.
      
  Fixed several unchecked error codes.
      
  Changed an index variable from int to uint to the match the type of the variable it's
  being compared with.
      
      Replaced a break statement with a goto statement so that a failure will instead break
  out of the higher level while-loop, instead of just the nested for-loop.
2007-05-16 16:14:13 -04:00
bdb my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
BitKeeper Add triggers for detecting bad changesets to mysql-5.0 2007-05-15 17:04:31 +02:00
BUILD BUG#27701 Arguments to some compile-pentium* scripts were not properly passed to SETUP.sh. Besides the old way not working with some shells, single arguments that contained whitespace were also broken up. This patch tries to fix both errors. 2007-04-10 17:50:43 +02:00
client Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint 2007-05-16 16:31:05 +02:00
cmd-line-utils Fixed compiler warnings. 2007-02-28 22:23:35 +02:00
config/ac-macros Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601 2007-04-11 13:32:40 +02:00
dbug dbug/dbug_analyze.c : Avoid the unresolved symbol "my_thread_global_init()" 2007-04-23 13:36:18 +02:00
debian Change mode to -rw-rw-r-- 2007-04-19 21:59:25 -07:00
Docs Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build 2007-03-22 19:43:41 +01:00
extra Bug #27390: mysqld_multi --config-file= not working as documented 2007-04-28 01:27:54 +02:00
heap Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines 2007-03-22 21:34:31 +01:00
include Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
innobase Apply innodb-5.0-ss1405 snapshot 2007-04-18 19:36:22 -06:00
libmysql Bug#24732 Executables do not include Vista manifests 2007-04-23 15:41:24 -04:00
libmysql_r my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
libmysqld bug #25492 (Invalid deallocation in mysql_stmt_fetch) 2007-02-13 00:55:45 +04:00
man my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
myisam Bug #27119 server crash with integer division by zero during filesort on huge result 2007-05-16 16:14:13 -04:00
myisammrg Merge mysql.com:/home/svoj/devel/mysql/BUG24342/mysql-4.1-engines 2007-04-18 16:22:23 +05:00
mysql-test Bug#21103: "DATE column not compared as DATE" 2007-05-16 14:00:47 +02:00
mysys Merge damien-katzs-computer.local:/Users/dkatz/mysql50 2007-04-30 17:04:14 -04:00
ndb Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0 2007-04-27 11:45:28 +02:00
netware Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work 2007-03-20 13:44:47 +01:00
os2 my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
pstack my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
regex my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
scripts Minor fix. 2007-05-02 12:41:36 -04:00
server-tools Bug#24732 Executables do not include Vista manifests 2007-04-23 15:41:24 -04:00
sql Bug #27119 server crash with integer division by zero during filesort on huge result 2007-05-16 16:14:13 -04:00
sql-bench my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
sql-common Backport of TIME->MYSQL_TIME / Y2K fixset 2007-05-16 10:44:59 +02:00
SSL my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
strings Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototype 2007-05-16 10:10:02 +02:00
support-files Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb 2007-04-16 14:51:08 +02:00
tests Merge bk@192.168.21.1:mysql-5.0 2007-04-29 18:42:50 +05:00
tools Fixed compiler warnings (for linux and win32 and win64) 2007-02-22 16:59:57 +02:00
VC++Files mysql.sln: 2007-04-19 22:56:04 +02:00
vio Merge pilot.blaudden:/home/msvensson/mysql/bug21611/my50-bug21611 2007-04-11 21:03:29 +02:00
win Bug#24732 Executables do not include Vista manifests 2007-05-15 10:30:11 -04:00
zlib my_memmem.c: 2007-04-11 01:47:42 +02:00
.bzrignore Bug#24732 Executables do not include Vista manifests 2007-04-23 15:41:24 -04:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
CMakeLists.txt Merge bk@192.168.21.1:mysql-5.0 2007-04-29 18:42:50 +05:00
configure.in Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototype 2007-05-16 10:10:02 +02:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
EXCEPTIONS-CLIENT EXCEPTIONS-CLIENT: 2007-03-14 18:28:16 +01:00
Makefile.am Merge trift-lap.fambruehe:/MySQL/M50/clone-5.0 2007-04-26 16:48:53 +02:00
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.