An error occurred fetching the project authors.
- 21 Oct, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 20 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 19 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 14 Oct, 2004 1 commit
-
-
monty@mishka.local authored
Simple fixes/optimization of things discovered during review of new pushed code
-
- 13 Oct, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 08 Oct, 2004 2 commits
-
-
magnus@neptunus.(none) authored
-
pekka@mysql.com authored
-
- 07 Oct, 2004 5 commits
-
-
tomas@poseidon.ndb.mysql.com authored
merge error
-
tomas@poseidon.ndb.mysql.com authored
-
magnus@neptunus.(none) authored
-
magnus@neptunus.(none) authored
Initialise "sorted" variable in constructor of QUICK_SELECT. The variable is set to 1 in test_if_skip_sort_order if we decide to optimize "order by" by uinsg index_read.
-
magnus@neptunus.(none) authored
-
- 06 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
and testcases
-
joreland@mysql.com authored
subqueries with "not in" and ndb
-
- 05 Oct, 2004 3 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 04 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
bug #5872, transactions should only be restarted with transaction.on flag off if execute_commit has been performed added testcase for this use force send for all executes
-
- 03 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 01 Oct, 2004 2 commits
-
-
dlenev@brandersnatch.localdomain authored
column types TIMESTAMP is NOT NULL by default, so in order to have TIMESTAMP column holding NULL valaues you have to specify NULL as one of its attributes (this needed for backward compatibility). Main changes: Replaced TABLE::timestamp_default_now/on_update_now members with TABLE::timestamp_auto_set_type flag which is used everywhere for determining if we should auto-set value of TIMESTAMP field during this operation or not. We are also use Field_timestamp::set_time() instead of handler::update_timestamp() in handlers.
-
tomas@poseidon.ndb.mysql.com authored
-
- 28 Sep, 2004 6 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
testing foce send
-
tomas@poseidon.ndb.mysql.com authored
typo
-
tomas@poseidon.ndb.mysql.com authored
move lockmode from scan operation to operation added read tuple with lock mode
-
mskold@mysql.com authored
Adjusted so auto_increment value after bulk insert will be exactly +1 after last (if no parallel inserts)
-
magnus@shellback.(none) authored
-
- 27 Sep, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added some debug printouts some changes in ndbcluster_init to make start of mysqld first work
-
- 26 Sep, 2004 1 commit
-
-
magnus@shellback.(none) authored
* Changed the implementation of ndbcluster_find_files to be more efficient, using only one mutex lock * Moved ha_find_files to end of mysql_find_files so that it can be passed the list that we are interested to find.
-
- 25 Sep, 2004 1 commit
-
-
magnus@shellback.(none) authored
-
- 24 Sep, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
removed debug printout new test in alter table for dictionay update test with multiple connections added coice of setting MaxNoOfOrderedIndexes added option to run "--small-bench"
-
- 21 Sep, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
magnus@neptunus.(none) authored
Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler.
-
- 20 Sep, 2004 4 commits
-
-
mskold@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
magnus@neptunus.(none) authored
-
magnus@neptunus.(none) authored
Merge fixes
-
- 17 Sep, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-