- 15 Mar, 2006 1 commit
-
-
rburnett@production.mysql.com authored
The problem where is that Visual Studio 8 includes new security features to help write more secure code. One of these features is parameter validation. Many of the CRT functions, including lseek, assert on illegal parameter values in debug builds. They also call parameter validation callback routines that can be registered. We solve this problem by defaulting the error value to -1 and then only calling lseek if the fd != -1. my_seek.c: Only call lseek if the fd is not -1 on Windows
-
- 14 Mar, 2006 19 commits
-
-
paul@kite-hub.kitebird.com authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.1
-
paul@kite-hub.kitebird.com authored
Backport option description change from 5.1 to 5.0.
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
mikael@zim.(none) authored
-
gbichot@production.mysql.com authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
gbichot@production.mysql.com authored
(nothing to document, this bug was not released).
-
mikael@zim.(none) authored
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug17127
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug17127
-
hartmut@mysql.com authored
into mysql.com:/home/hartmut/projects/mysql/bk-clean/5.1
-
hartmut@mysql.com authored
declared in the 'for' statement is not portable, some compilers still don't implement this ANSI C++ specification (Bug #14995)
-
mikael@zim.(none) authored
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug15961
-
mikael@zim.(none) authored
New error message
-
gbichot@production.mysql.com authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
- 13 Mar, 2006 20 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
gbichot@production.mysql.com authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
mikael@zim.(none) authored
into zim.(none):/home/mikael/bug16370
-
paul@snake-hub.snake.net authored
Revise option description. And let's put it in the proper lexical order within the option list.
-
mikael@zim.(none) authored
New test case (bug was already fixed)
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/tmpbuild-5.1
-
knielsen@mysql.com authored
-
rburnett@production.mysql.com authored
Small change to enable sending of mails from Windows bk clones
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.1-new
-
knielsen@mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
guilhem@production.mysql.com authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
guilhem@mysql.com authored
- detect the need for row-based binlogging not at execution stage but earlier at parsing stage; needed for example for CREATE TABLE SELECT UUID(). - more tests of this mixed mode.
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
rburnett@production.mysql.com authored
into production.mysql.com:/usersnfs/rburnett/mysql-5.1-bug17173
-