Commit graph

457 commits

Author SHA1 Message Date
joreland@mysql.com
1965bb01e5 Merge joreland@bk-internal.mysql.com:/users/mronstrom/wl2025
into mysql.com:/home/jonas/src/wl2025
2004-08-18 12:04:21 +02:00
mronstrom@mysql.com
995ac87734 Added configuration parameters for batch size, batch byte size
and max scan batch size
Removed some debug printouts
2004-08-18 11:55:37 +02:00
joreland@mysql.com
e402f9ee3b Merge mysql.com:/home/jonas/src/mysql-4.1-ndb
into mysql.com:/home/jonas/src/wl2025
2004-08-18 11:18:56 +02:00
mronstrom@mysql.com
607f7a6ebd 18 bits didn't fit into Uint16 2004-08-18 09:44:25 +02:00
joreland@mysql.com
26a30a7331 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-18 00:24:11 +02:00
joreland@mysql.com
51b696ebbc Make sure registers is 64-bit aligned 2004-08-18 00:19:47 +02:00
joreland@mysql.com
94189cb43b Don gather results for unallocated api's 2004-08-18 00:06:18 +02:00
joreland@mysql.com
1e2f7cfccf Use native format in interpreter -
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])

This fixes problem with auto increment on different byte order

(This also make adding of signed ints really simple...)
2004-08-17 22:59:38 +02:00
mronstrom@mysql.com
f67262fd20 Fix bugs + include check of batch_byte_size and
use of first_batch_size
2004-08-17 17:55:47 +02:00
mronstrom@mysql.com
6f24d1eb29 Two level data access of operation i-value insted of huge fixed
size array.
Added a number of subroutines for this
2004-08-17 13:18:20 +02:00
mysqldev@mysql.com
f05b70cff5 Solaris fixes 2004-08-17 11:55:51 +02:00
joreland@mysql.com
95e56a1fd3 Limit testIndex CreateAll
Limit testBackup BackupOne
2004-08-17 09:29:00 +02:00
joreland@mysql.com
f5eb28f160 More testBackup fixes 2004-08-17 08:50:01 +02:00
joreland@mysql.com
38e210dc27 Fix testBackup 2004-08-17 07:48:13 +02:00
joreland@mysql.com
5821d2ea9e 1) Removed to hard require
2) Fix variable scope for irix compiler
2004-08-15 21:15:40 +02:00
joreland@mysql.com
f8778b2c56 Minor bugs 2004-08-15 20:44:41 +02:00
joreland@mysql.com
9f053d6426 Bug#4970 2004-08-15 14:26:08 +02:00
joreland@mysql.com
39d07e4e6b Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-13 17:11:52 +02:00
joreland@mysql.com
8b7bd89bef Fix apiConnectptr after execute direct 2004-08-13 17:10:08 +02:00
joreland@mysql.com
f75dcd9409 Dump core if VM_TRACE || ERROR_INSERT 2004-08-13 16:41:06 +02:00
joreland@mysql.com
40430a3fea Fix type for 4115 2004-08-13 16:37:19 +02:00
joreland@mysql.com
4e5db0cdba Bug fix for error insert 5038,
timeout in abort handling with more than 128 operations
2004-08-13 16:33:55 +02:00
joreland@mysql.com
df3c69f444 New error codes + automatic nulling of tvariables 2004-08-13 16:11:00 +02:00
mskold@mysql.com
7480f2dae4 Removed unused error code 2004-08-13 14:33:59 +02:00
mskold@mysql.com
7c6b884ef5 Added support for NULL in unique index 2004-08-13 13:51:18 +02:00
joreland@mysql.com
73e15672f4 Introduced system for automatic clearing of block global variables (VM_TRACE'd) 2004-08-13 09:53:21 +02:00
joreland@mysql.com
d971e4d490 Fix for diskless 2004-08-12 12:28:48 +02:00
joreland@mysql.com
8c8efefd08 Init signal before continueb 2004-08-12 11:35:42 +02:00
joreland@mysql.com
6be20d2c0a Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-12 11:09:03 +02:00
joreland@mysql.com
ccfad8ee42 testTransaction
Resources in SUMA
2004-08-12 10:36:44 +02:00
mskold@mysql.com
845c47a693 Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
2004-08-12 08:57:15 +02:00
joreland@mysql.com
6569393191 testScan -n ScanRandomTable
testDict -n FragmentType
2004-08-12 08:54:21 +02:00
mronstrom@mysql.com
99996ff398 Merge mronstrom@bk-internal.mysql.com:/users/mronstrom/wl2025
into mysql.com:/Users/mikron/wl2025
2004-08-11 17:40:57 +02:00
mronstrom@mysql.com
6fc580c025 Finalised first step of scan optimisations
Everything is working but a few things is still remaining
2004-08-11 17:36:31 +02:00
mskold@mysql.com
c1c3e31fb6 Fix for bug#4730 2004-08-11 15:06:17 +02:00
joreland@mysql.com
849d42afee Clear in chucks of 128k with watch_dog refresh in between 2004-08-11 14:49:28 +02:00
joreland@mysql.com
294958a707 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-11 12:38:11 +02:00
joreland@mysql.com
a9ab9d05f1 Default = memset(0) 2004-08-11 12:35:57 +02:00
mronstrom@build.mysql.com
8fd1954bbe Merge build.mysql.com:/home/bk/mysql-4.1-ndb
into build.mysql.com:/users/mronstrom/wl2025
2004-08-11 12:18:12 +02:00
mronstrom@mysql.com
e30e90fbda Fix of a nasty bug, small but hard to find
Some small printout fixes
2004-08-11 12:08:30 +02:00
joreland@mysql.com
87b22e8ac7 Add indexes to test toolkit 2004-08-11 10:03:43 +02:00
joreland@mysql.com
63061c294a Mismatched parantases #ifdef 2004-08-11 08:23:12 +02:00
joreland@mysql.com
6244a24cfb print test tables 2004-08-11 08:21:31 +02:00
joreland@mysql.com
b5c14cf8e1 Fix uninit variable bug "surfaced" by removing mem init in SimulatedBlock 2004-08-11 07:15:37 +02:00
joreland@mysql.com
8ce4dc97c5 BUG#4983 2004-08-11 06:24:36 +02:00
joreland@mysql.com
a15b4e5143 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-10 17:42:51 +02:00
joreland@mysql.com
2b38765325 Merge mysql.com:/home/jonas/src/bug-4586
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-10 17:29:19 +02:00
joreland@mysql.com
834c862f52 merge bug 4586 2004-08-10 17:27:07 +02:00
mronstrom@mysql.com
39614a3ab3 Removing const declaration of allocRecord to fix compile problem 2004-08-10 17:09:08 +02:00
joreland@mysql.com
f87ef7f909 Cset exclude: joreland@mysql.com|ChangeSet|20040805155331|12859 2004-08-10 16:05:27 +02:00