summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #12839 (Endian support is absurd)hf@deer.(none)2005-09-216-79/+354
|
* minor compile error fixtulin@dl145c.mysql.com2005-09-131-0/+2
|
* Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-09-121-0/+9
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0kent@mysql.com2005-09-131-0/+9
| |\ | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| | * configure.in:kent@mysql.com2005-09-081-0/+9
| | | | | | | | | | | | Flag -DHAVE_DARWIN_THREADS not needed for darwin9
| | * Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-4.0hartmut@mysql.com2005-09-087-2/+29
| | |\ | | | | | | | | | | | | into mysql.com:/home/hartmut/projects/mysql/dev/4.0
* | | \ Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-09-1211-48/+67
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1ndbdev@dl145b.mysql.com2005-09-122-5/+10
| |\ \ \ | | | | | | | | | | | | | | | into dl145b.mysql.com:/home/ndbdev/tomas/mysql-4.1
| | * | | Corrected construct of faked Node fail signals in ndb SignalSendertulin@dl145b.mysql.com2005-09-122-5/+10
| | | | |
| * | | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1SergeyV@selena.2005-09-128-2/+33
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into selena.:H:/MYSQL/src/#05588-mysql-4.1
| | * | | | Fixes bug #5588. Additions after merge from 4.0.SergeyV@selena.2005-09-075-4/+17
| | | | | |
| | * | | | Merge selena.:H:/MYSQL/src/#05588-mysql-4.0SergeyV@selena.2005-09-075-1/+19
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | into selena.:H:/MYSQL/src/#05588-mysql-4.1
| | | * | | Fixes a problem with patch 1.2140, that prevented libmysqld SergeyV@selena.2005-09-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | to be built successfully.
| | | * | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.0SergeyV@selena.2005-09-066-2/+20
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into selena.:H:/MYSQL/src/#05588-mysql-4.0
| | | | * | | Fixes bug #5588. vio_was_interrupted() function was added to detectSergeyV@selena.2005-08-306-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | read timeout properly on win32.
| * | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1paul@kite-hub.kitebird.com2005-09-121-41/+24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into kite-hub.kitebird.com:/tmp/merge-4.1
| | * \ \ \ \ \ Merge kite-hub.kitebird.com:/tmp/merge-4.0paul@kite-hub.kitebird.com2005-09-121-41/+24
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into kite-hub.kitebird.com:/tmp/merge-4.1
| | | * | | | | | README:paul@kite-hub.kitebird.com2005-09-121-41/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README (2nd try)
* | | | | | | | | Update test resultjimw@mysql.com2005-09-121-0/+2
| | | | | | | | |
* | | | | | | | | Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scojimw@mysql.com2005-09-123-75/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | | | | | When first creating the ARZ file for an archive table, use "wb" as the mode forjimw@mysql.com2005-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gzdopen() because the file itself was only opened for writing (and truncated), and some libc implementations (like SCO) don't like to do a fdopen(..., "a") on a fd that was not opened using O_APPEND.
| * | | | | | | | Port to SCO OpenServer 6. May require running ./configure withjimw@mysql.com2005-09-072-74/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --build=i686-unknown-sysv5SCO_SV6.0.0
* | | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@mysql.com2005-09-126-15/+39
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Bugs/4.1.6008
| * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.mysql.com2005-09-126-15/+39
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | into mishka.mysql.com:/home/my/mysql-4.1
| | * | | | | | | Review fixes since last pullmonty@mishka.mysql.com2005-09-126-15/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for bug #13025; Server crash in filesort because wrong call to handler::position()
* | | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@mysql.com2005-09-126-14/+67
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Bugs/4.1.6008
| * | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@mysql.com2005-09-126-14/+67
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Bugs/4.1.6008
| | * | | | | | | | Fix for bug #6008: MySQL does not create warnings when creating database and ↵gluh@eagle.intranet.mysql.r18.ru2005-09-126-14/+67
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using IF NOT EXISTS produce warning for 'create database if not exists' if database exists do not update database options in this case produce warning for 'create table if not exists' if table exists
* | | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-129-88/+378
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| * | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-122-6/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| * | | | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-129-88/+378
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| | * \ \ \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-111-3/+0
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| | * \ \ \ \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-102-0/+20
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| | * \ \ \ \ \ \ \ \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@eel.(none)2005-09-099-88/+378
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| | | * \ \ \ \ \ \ \ \ \ Merge eel.(none):/home/jonas/src/mysql-4.1jonas@eel.(none)2005-09-099-88/+378
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into eel.(none):/home/jonas/src/mysql-4.1-push
| | | | * | | | | | | | | | ndb jonas@eel.(none)2005-09-098-88/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new testprogram testSRBank
| | | | * | | | | | | | | | ndb - bug#11623 - "ndb become inresponsive but did not really die"jonas@eel.(none)2005-09-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block signals in threads making main process get all signals...
* | | | | | | | | | | | | | removed a few aborts from mgmapitulin@dl145c.mysql.com2005-09-122-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected typo in ndb Parser
* | | | | | | | | | | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1lars@mysql.com2005-09-122-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
| * | | | | | | | | | | | | ps_6bdb, ps_7ndb tests failure fixgluh@eagle.intranet.mysql.r18.ru2005-09-122-6/+6
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Reverted old fix with sync_slave_with_master and added a replace commandslars@mysql.com2005-09-122-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to eliminate nondeterminism in slave start
* | | | | | | | | | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1lars@mysql.com2005-09-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/users/lthalmann/bk/mysql-4.1-magnus
| * | | | | | | | | | | | Added synchronization to rpl_slave_status.testlars@mysql.com2005-09-061-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1jani@a193-229-222-105.elisa-laajakaista.fi2005-09-111-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
| * | | | | | | | | | | | Removed redundant reset_one_shot_variables callslars@mysql.com2005-09-111-3/+0
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1jani@a193-229-222-105.elisa-laajakaista.fi2005-09-102-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
| * | | | | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-09-102-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | into moonbone.local:/work/12695-bug-4.1-mysql
| | * | | | | | | | | | insert_select.result, insert_select.test:evgen@moonbone.local2005-09-102-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did not update const_item_cache.
* | | | | | | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1jani@a193-229-222-105.elisa-laajakaista.fi2005-09-093-5/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
| * | | | | | | | | | | Fixed Bug#10716, Procedure Analyse results in wrong values for optimal field ↵jani@a193-229-222-105.elisa-laajakaista.fi2005-09-093-5/+25
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type Added test case.