- 06 Nov, 2006 1 commit
-
-
thek@kpdesk.mysql.com authored
- The io cache flag seek_not_done was not set properly in the reinit_io_cache function call and this led my_seek to be called desipite an invalid file handle. - Added a test in reinit_io_cache to ensure we have a valid file handle before setting seek_not_done flag.
-
- 30 Aug, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
event' from master" Since there is no repeatable test case, and this is obviously wrong, this is the most conservative change that might possibly work. The syscall read() wasn't checked for a negative return value for an interrupted read. The kernel sys_read() returns -EINTR, and the "library" layer maps that to return value of -1 and sets errno to EINTR. It's impossible (on Linux) for read() to set errno EINTR without the return value being -1 . So, if we're checking for EINTR behavior, we should not require that the return value be zero.
-
- 27 Jun, 2006 1 commit
-
-
joerg@mysql.com authored
-
- 20 May, 2006 1 commit
-
-
kent@mysql.com authored
Always compile position independent
-
- 12 May, 2006 1 commit
-
-
kent@mysql.com authored
Change mode to -rw-rw-r-- dbug_add_tags.pl: Change mode to -rwxrwxr--
-
- 11 May, 2006 1 commit
-
-
kent@mysql.com authored
Stepped up to 4.0.28
-
- 06 May, 2006 1 commit
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug10405
-
- 04 May, 2006 1 commit
-
-
paul@polar.kitebird.com authored
Delete: Docs/changelog-4.0.xml
-
- 25 Apr, 2006 2 commits
-
-
serg@sergbook.mysql.com authored
(based on the fact that packet is ALWAYS \0 terminated, see my_net_read)
-
serg@sergbook.mysql.com authored
(reported by Stefano Di Paola)
-
- 11 Apr, 2006 3 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug5390
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.0
-
- 10 Apr, 2006 3 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
bell@sanja.is.com.ua authored
code. (Bug #13621)
-
ingo@mysql.com authored
Whenever 'myisamchk' needed to recreate a table, the auto increment information was lost. Now the forgotten element of the table creation information is set correctly.
-
- 08 Apr, 2006 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Apr, 2006 1 commit
-
-
joerg@mysql.com authored
-
- 06 Apr, 2006 1 commit
-
-
joerg@mysql.com authored
-
- 03 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Changed web address order.mysql.com to shop.mysql.com
-
- 01 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Typo (bug#17167)
-
- 02 Mar, 2006 2 commits
-
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.0-r1.2173
-
paul@snake-hub.snake.net authored
revise README.
-
- 01 Mar, 2006 4 commits
-
-
paul@snake-hub.snake.net authored
Revise README.gcov.
-
paul@snake-hub.snake.net authored
Revise mysql-test README.
-
joerg@mysql.com authored
into mysql.com:/M40/comment-4.0
-
joerg@mysql.com authored
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it logged when the test is run.
-
- 20 Feb, 2006 1 commit
-
-
ingo@mysql.com authored
This fix is necessary because thr_multi_lock() reorderes the lock data references array.
-
- 12 Feb, 2006 1 commit
-
-
kent@mysql.com authored
print => echo in shell script
-
- 28 Jan, 2006 1 commit
-
-
kent@mysql.com authored
Bug#16780: Extend port range to make space for 5.1 NDBCLUSTER_PORT_SLAVE
-
- 23 Jan, 2006 2 commits
-
-
evgen@moonbone.local authored
When setup_fields() function finds field named '*' it expands it to the list of all table fields. It does so by checking that the first char of field_name is '*', but it doesn't checks that the '* is the only char. Due to this, when updating table with a field named like '*name', such field is wrongly treated as '*' and expanded. This leads to making list of fields to update being longer than list of the new values. Later, the fill_record() function crashes by dereferencing null when there is left fields to update, but no more values. Added check in the setup_fields() function which ensures that the field expanding will be done only when '*' is the only char in the field name.
-
ingo@mysql.com authored
After-fix optimizations proposed and finally implemented by Monty.
-
- 17 Jan, 2006 1 commit
-
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
- 16 Jan, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug6554/my40-bug6554
-
msvensson@neptunus.(none) authored
- Remove the local static var
-
- 13 Jan, 2006 1 commit
-
-
joerg@mysql.com authored
Copyright string fixes (bug#16106)
-
- 12 Jan, 2006 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Changes to Netware specific mysqld_safe.c
-
- 06 Jan, 2006 1 commit
-
-
monty@mysql.com authored
Remove wrong fix for Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash Safety fix for bug #13855 "select distinct with group by caused server crash"
-
- 27 Dec, 2005 1 commit
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-bug5390
-
- 18 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Adjusted listing of files to put into source TAR
-