summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug#25203 Mysql crashes when mysql_kill() is executed in a connection using SSLmsvensson@shellback.(none)2007-01-263-12/+28
| | | | | | | | | - It's too early to free the SSL object in 'vio_ssl_close'. There might still be a thread using or reading from it on platforms where we need to close the active connection/socket in order to break the read. - Add new function 'vio_ssl_delete' and install it as the viodelete function for SSL connections.
* Added a test case for bug #6774 "Replication fails with Wrong usage of DB ↵kaa@polly.local2007-01-242-0/+14
| | | | GRANT and GLOBAL PRIVILEGES"
* Import yaSSL version 1.5.8msvensson@neptunus.(none)2007-01-2217-124/+226
| | | | - Includes patch for Bug#25189
* Add define for used type of third argument to 'accept' - Netware uses size_tmsvensson@neptunus.(none)2007-01-221-1/+4
|
* gen_lex_hash does not need to link with odbc32*.libmsvensson@neptunus.(none)2007-01-221-1/+1
|
* Merge bk-internal:/home/bk/mysql-5.0-maintmsvensson@neptunus.(none)2007-01-222-0/+39
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Add test's from Matthias for assigning one variable from another using letmsvensson@neptunus.(none)2007-01-192-0/+39
| |
* | Merge ymer.(none):/usr/local/mysql/mysql-4.1-maintknielsen@ymer.(none)2007-01-221-0/+8
|\ \ | | | | | | | | | into ymer.(none):/usr/local/mysql/x/mysql-5.0-maint
| * | Implement mysql-test-run.pl option to limit the number of saved coreknielsen@ymer.(none)2007-01-191-0/+8
| | | | | | | | | | | | | | | | | | files. This helps stability of multiple parallel automated test runs, avoiding the situation where one bad build fills up disk with 1000s of core files, causing failures in other test runs.
* | | Added libndb.ver to BUILT_SOURCES to force it to get removed during make ↵mtaylor@qualinost.(none)2007-01-192-0/+3
| | | | | | | | | | | | distclean
* | | missed storage in one more placemtaylor@qualinost.(none)2007-01-191-1/+1
| | |
* | | I cut and pasted in the wrong direction I think. We don't have storage until ↵mtaylor@qualinost.(none)2007-01-191-1/+1
| | | | | | | | | | | | 5.1...
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintmtaylor@qualinost.(none)2007-01-1911-29/+71
|\ \ \ | | | | | | | | | | | | into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
| * \ \ Merge recycle.(none):/src/bug22807/my50-bug22807iggy@recycle.(none)2007-01-191-15/+13
| |\ \ \ | | | | | | | | | | | | | | | into recycle.(none):/src/mysql-5.0-maint
| | * | | Bug#22807 mysql_upgrade fails when called with a basedir-path containing spacesiggy@recycle.(none)2007-01-191-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | - Corrected compiler warnings and performance problems with new dynstr_append_os_quoted function.
| * | | | Rearrange disable_warnings to enclose the warning emitters properly.cmiller@zippy.cornsilk.net2007-01-191-2/+2
| | | | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2007-01-191-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
| | * | | The rpl tree added a test case, and another source added a warning,cmiller@zippy.cornsilk.net2007-01-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | and combined, they add a platform-specific warning. The warnings are not the goal of the test, in any case.
| * | | | Merge bk-internal:/home/bk/mysql-5.0-maintmsvensson@pilot.mysql.com2007-01-191-1/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
| | * | | | Bug #15518 Reusing a stmt that has failed during prepare does not clear errormsvensson@pilot.mysql.com2007-01-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Additional patch removing check for mysql_errno on already closed mysql1
| * | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintramil/ram@mysql.com/myoffice.izhnet.ru2007-01-198-13/+56
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | into mysql.com:/usr/home/ram/work/bug22533/my50-bug22533
| | * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maintramil/ram@mysql.com/myoffice.izhnet.ru2007-01-188-13/+56
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/ram/work/bug22533/my50-bug22533
| | | * | | | after merge fix.ramil/ram@mysql.com/myoffice.izhnet.ru2007-01-184-4/+6
| | | | | | |
| | | * | | | after merge fix.ramil/ram@mysql.com/myoffice.izhnet.ru2007-01-182-365/+19
| | | | | | |
| | | * | | | Merge mysql.com:/usr/home/ram/work/bug22533/my41-bug22533ramil/ram@mysql.com/myoffice.izhnet.ru2007-01-184-9/+396
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/ram/work/bug22533/my50-bug22533
| | | | * | | | Fix for bug #22533: Traditional: Too-long bit value not rejected.ramil/ram@mysql.com/myoffice.izhnet.ru2006-12-064-9/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: storing >=8 byte hexadecimal values we don't check data. Fix: check if the data fits the {u}longlong range.
* | | | | | | | Added configure section to deal with actually versioning symbols.mtaylor@qualinost.(none)2007-01-181-0/+8
| | | | | | | |
* | | | | | | | Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maintmtaylor@qualinost.(none)2007-01-182-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
| * | | | | | | | Added version script information to actually version the symbols. mtaylor@qualinost.(none)2007-01-183-1/+12
| | | | | | | | |
* | | | | | | | | Incrementing soname to 2 for 5.0 branch.mtaylor@qualinost.(none)2007-01-181-1/+1
| | | | | | | | |
* | | | | | | | | Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maintmtaylor@qualinost.(none)2007-01-182-0/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | | into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
| * | | | | | | Adding support for versioned libndbclient.so. bug #13522mtaylor@qualinost.(none)2007-01-182-0/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41tsmith@siva.hindu.god2007-01-182-5/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * | | | | | ndb_types.test: sleep a bit longer, to ensure that timestamp > @nowtsmith@siva.hindu.god2007-01-182-5/+6
| | | | | | |
* | | | | | | Makefile.am: Fix previous bad merge. Re-enable the test-ps target.tsmith@siva.hindu.god2007-01-181-0/+1
| | | | | | |
* | | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41tsmith@siva.hindu.god2007-01-180-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/40tsmith@siva.hindu.god2007-01-180-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41
| | * \ \ \ \ \ Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/40tsmith@siva.hindu.god2007-01-180-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/40
| * | \ \ \ \ \ \ Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41tsmith@siva.hindu.god2007-01-1831-145/+270
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41
* | \ \ \ \ \ \ \ \ Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-mainttsmith@siva.hindu.god2007-01-183-20/+111
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * \ \ \ \ \ \ \ \ \ Merge recycle.(none):/src/bug22807/my50-bug22807iggy@recycle.(none)2007-01-183-20/+111
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | into recycle.(none):/src/mysql-5.0-maint
| | * | | | | | | | Bug#22807 mysql_upgrade fails when called with a basedir-path containing spacesiggy@recycle.(none)2007-01-183-20/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create space safe strings for system() calls in mysql_upgrade.exe
* | | | | | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50tsmith@siva.hindu.god2007-01-1855-1463/+3814
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * \ \ \ \ \ \ \ \ \ Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41tsmith@siva.hindu.god2007-01-180-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50
| | * | | | | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/40tsmith@siva.hindu.god2007-01-180-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
| | | * | | | | | | | Raise version number after cloning 4.0.29joerg/mysqldev@mysql.com/production.mysql.com2007-01-181-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-4.1tsmith@siva.hindu.god2007-01-180-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
| * | \ \ \ \ \ \ \ \ \ Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0tsmith@siva.hindu.god2007-01-180-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50
| | * \ \ \ \ \ \ \ \ \ \ Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41tsmith@siva.hindu.god2007-01-170-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50
| | | * | | | | | | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/40tsmith@siva.hindu.god2007-01-170-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41