summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-5.1-cleanjimw@mysql.com2006-04-13443-77257/+21
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-5.1-kill-sql-bench
| * Remove sql-bench from the server repository -- it is being maintainedjimw@mysql.com2006-04-13443-77255/+23
| | | | | | | | | | | | in a distinct mysql-bench repository. Also add a new --benchdir option to mysql-test-run.pl so the location of the mysql-bench repository can be specified. The default location is adjacent to the source tree.
* | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-newmats@mysql.com2006-04-131-0/+1
|\ \ | | | | | | | | | into mysql.com:/home/bkroot/mysql-5.1-new
| * | Bug#19074: rpl_row_func003 test failedaelkin@mysql.com2006-04-131-0/+1
| | | | | | | | | | | | disabled for now.
* | | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-newmats@mysql.com2006-04-1321-1/+2503
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/bkroot/mysql-5.1-new
| * | Merge mysql.com:/home/bkroot/mysql-5.1-newmats@mysql.com2006-04-1321-2/+2504
| |\ \ | | |/ | |/| | | | into mysql.com:/home/bk/merge-mysql-5.1-wl3206
| | * WL#3208 (Adding TAP support):mats@mysql.com2006-04-122-28/+34
| | | | | | | | | | | | | | | Making it portable to non-gcc compilers by defining __attribute__ macro for non-gcc compilers.
| | * Added missing prototypes to mysys/my_bitmap.hmats@mysql.com2006-04-111-0/+2
| | |
| | * WL#3206 (Add unit tests):mats@mysql.com2006-04-113-25/+24
| | | | | | | | | | | | More changes according to review comments.
| | * WL#3206 (Adding unit tests):mats@mysql.com2006-04-107-32/+245
| | | | | | | | | | | | | | | | | | | | | Added 'test' target to build and run tests. Added documentation. Added README.txt files. Fixing problem with initialization of the Test::Harness::Straps replacement. Added code to filter out non- test directories.
| | * WL#3206 (Adding unit tests):mats@mysql.com2006-04-0613-20/+149
| | | | | | | | | | | | | | | | | | Moving mytap library into unittest/ Adding 'test' target to make and run unit tests. Minor fixes.
| | * WL#3206 (Adding unit tests):mats@mysql.com2006-04-052-1/+15
| | | | | | | | | | | | Added missing mytap/t/Makefile.am and minor fix to Makefile.am
| | * WL#3206 (Add unit tests):mats@mysql.com2006-04-0417-1/+2141
| | | | | | | | | | | | An implementation of the TAP framework for writing unit tests.
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newserg@serg.mylan2006-04-1329-283/+501
|\ \ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.1
| * | | retested all disabled ndb tests in pushbuild for 5+ runs and updated ↵tomas@poseidon.ndb.mysql.com2006-04-131-11/+15
| | | | | | | | | | | | | | | | disabled.def accordingly
| * | | BUG#18976 test workaroundtomas@poseidon.ndb.mysql.com2006-04-133-21/+14
| | | |
| * | | disabled tests with accurate bug reportstomas@poseidon.ndb.mysql.com2006-04-131-4/+4
| | | |
| * | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newtomas@poseidon.ndb.mysql.com2006-04-1329-266/+487
| |\ \ \ | | |/ / | |/| | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
| | * | wrong ndb object used to drop event operation causing DBUG_ASSERT in ↵tomas@poseidon.ndb.mysql.com2006-04-131-5/+8
| | | | | | | | | | | | | | | | shutdown/cleanup
| | * | test updatetomas@poseidon.ndb.mysql.com2006-04-122-3/+3
| | | |
| | * | ndb: removed usage of unsupported binlog table: no pk + blobtomas@poseidon.ndb.mysql.com2006-04-121-1/+4
| | | |
| | * | diabling tests with correct bug numbertomas@poseidon.ndb.mysql.com2006-04-121-3/+3
| | | |
| | * | ndb:tomas@poseidon.ndb.mysql.com2006-04-121-54/+87
| | | | | | | | | | | | | | | | | | | | freeing non freed objects on server shutdown corrected timeout handling on schema events
| | * | new filestomas@poseidon.ndb.mysql.com2006-04-122-0/+33
| | | |
| | * | increase save_master_pos timeout to 30 seconds for higher test predictabilitytomas@poseidon.ndb.mysql.com2006-04-1211-123/+49
| | | | | | | | | | | | | | | | | | | | better replicaiton test cleanup to ensure better test predictability + some ndb test cleanup
| | * | fix so that rpl_row_basic_8partition.test is only run when paritioning is ↵jonas@perch.ndb.mysql.com2006-04-111-0/+1
| | | | | | | | | | | | | | | | enabled
| | * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbtomas@poseidon.ndb.mysql.com2006-04-113-29/+60
| | |\ \ | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
| | | * | enabling all failing ndb tests to get current status in pushbuildtomas@poseidon.ndb.mysql.com2006-04-113-29/+60
| | | | |
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-jonasjonas@perch.ndb.mysql.com2006-04-1011-68/+251
| | |\ \ \ | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | * \ \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbjonas@perch.ndb.mysql.com2006-04-109-21/+68
| | | |\ \ \ | | | | |/ / | | | |/| | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | | * | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-04-109-21/+68
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | | | * | ndb -jonas@perch.ndb.mysql.com2006-04-108-17/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix all valgrind warnings in t/ndb_dd (except replication related)
| | | | | * | ndb -jonas@perch.ndb.mysql.com2006-04-101-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | still some valgrind varnings
| | | * | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newtomas@poseidon.ndb.mysql.com2006-04-104-51/+186
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
| | | | * \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbtomas@poseidon.ndb.mysql.com2006-04-104-51/+186
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
| | | | | * | | Bug #18932: Cluster binlog mysqld accepts updating although binlog not setuptomas@poseidon.ndb.mysql.com2006-04-103-51/+180
| | | | | | | |
| | | | | * | | perform sync slave with master in rpl_ndb_blob2 to ensure that tables get ↵tomas@poseidon.ndb.mysql.com2006-04-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly dropped on slave... - has been causing failed later tests e.g. rpl_ndb_trig004
| | * | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-newjonas@perch.ndb.mysql.com2006-04-101-4/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-jonas
| | | * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-04-100-0/+0
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-jonas
| | | | * | | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workjonas@perch.ndb.mysql.com2006-04-100-0/+0
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work
| | | | | * | | | ndb - bug#17607jonas@perch.ndb.mysql.com2006-04-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.1->5.0 merge
| | | | | * | | | Merge perch.ndb.mysql.com:/home/jonas/src/41-workjonas@perch.ndb.mysql.com2006-04-100-0/+0
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/50-work
| | | | | | * | | | ndb - bug#17607jonas@perch.ndb.mysql.com2006-04-101-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix correct frag count in Backup block
| | | | | | * | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1jonas@perch.ndb.mysql.com2006-04-0715-129/+991
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/41-work
| | | * | | | \ \ \ \ Merge perch.ndb.mysql.com:/home/jonas/src/51-workjonas@perch.ndb.mysql.com2006-04-103-8/+19
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-jonas
| | | | * | | | | | | ndb - bug#17607jonas@perch.ndb.mysql.com2006-04-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.0->5.1 merge
* | | | | | | | | | | mergedserg@serg.mylan2006-04-13117-23306/+99
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge bk-internal:/home/bk/mysql-5.1-newjimw@mysql.com2006-04-122-32/+41
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.1-clean
| | * \ \ \ \ \ \ \ \ \ Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-newpetr@mysql.com2006-04-121-31/+38
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/cps/mysql/devel/5.1-im-sort-options
| | | * | | | | | | | | | cleanup: sort IM options alphabeticallypetr@mysql.com2006-04-121-31/+38
| | | | | | | | | | | | |