- 28 Mar, 2006 1 commit
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15098
-
- 27 Mar, 2006 4 commits
-
-
kent@mysql.com authored
Remove Solaris -xc99=none C option as C++ compiler can't handle it
-
kent@mysql.com authored
We are not to control what malloc package others are to use, remove -lmtmalloc from --libs(_r), bug#18322
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert() Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
-
- 23 Mar, 2006 5 commits
-
-
kent@mysql.com authored
If CYBOZU defined, set character sets etc
-
jonas@perch.ndb.mysql.com authored
remove bug#18385 from autotest as it only works on 2 node clusters
-
jonas@perch.ndb.mysql.com authored
minor fixes in test programs
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15376
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b17374
-
- 22 Mar, 2006 5 commits
-
-
jonas@perch.ndb.mysql.com authored
Add per partition info (optionally to ndb_desc)
-
jonas@perch.ndb.mysql.com authored
Update makefile for removed files
-
jonas@perch.ndb.mysql.com authored
some more ndb-autotest updates (previously uncommitted...but in use)
-
jonas@perch.ndb.mysql.com authored
minor update to ndb-autotest.sh and config files
-
jonas@perch.ndb.mysql.com authored
Fix timeout during ABORT when ZABORT_TIMEOUT_BREAK is outstanding
-
- 21 Mar, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
timeslice DUMP(7015)
-
jonas@perch.ndb.mysql.com authored
Partial system restart, can not try to start with higher GCI that own even if knowing about a higher number
-
- 20 Mar, 2006 7 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/41-work
-
jonas@perch.ndb.mysql.com authored
remove debug prinout
-
jonas@perch.ndb.mysql.com authored
Remove useless and tricky state fiddleing in TC to syncronize NF_CompleteRep as code is already present in DIH aswell Keep broadcast of TAKEOVER_TCCONF for online upgrade
-
jonas@perch.ndb.mysql.com authored
Use variable waitfor_response_timeout (depending on TransactionDeadLockTimeout) When getting 4012, set NeedAbort and ReleaseOnClose
-
bar@mysql.com authored
Fixed that LIKE worked case insensitively for latin2_czech_cs, which was wrong for a case sensitive collation.
-
bar@mysql.com authored
table.cc: Fixing to use system_charset_info instead of default_charset_info. Crash happened because the "ctype" array is empty in UCS2, and thus cannot be used with my_isspace(). The reason why UCS2 appeared in this context was because of of default_charset_info variable incorrectly substituted to my_isspace(). As functions check_db_name(), check_table_name() and check_column_name() always get values in utf8, system_charset_info must be used instead. ctype_ucs2_def.test, ctype_ucs2_def-master.opt, ctype_ucs2_def.result: new file
-
jonas@perch.ndb.mysql.com authored
Activly abort transactions (that's affected) during NF This removes a lot of bugs that can occur otherwise is using high value for TransactionDeadLockTimout
-
- 17 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
dont't allow node to join cluster until all nodes has completed failure handling
-
elliot@mysql.com authored
to binlog too much. When InnoDB has to rollback a transaction because the lock table has filled up, it also needs to inform the upper layer that the transaction was rolled back so that the cached transaction is not written to the binary log.
-
jonas@perch.ndb.mysql.com authored
8 repeated nr with table wo/ logging cause crash Dont create crashed replica for temporary tables
-
- 16 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 13 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
ndb crash if trigger record get to big, fix incorrect max size of trigger record
-
- 10 Mar, 2006 3 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug14980
-
ingo@mysql.com authored
For "count(*) while index_column = value" an index read is done. It consists of an index scan and retrieval of each key. For efficiency reasons the index scan stores the key in the special buffer 'lastkey2' once only. At the first iteration it notes this fact with the flag HA_STATE_RNEXT_SAME in 'info->update'. For efficiency reasons, the key retrieval for blobs does not allocate a new buffer, but uses 'lastkey2'... Now I clear the HA_STATE_RNEXT_SAME flag whenever the buffer has been polluted. In this case, the index scan copies the key value again (and sets the flag again).
-
joerg@mysql.com authored
-
- 09 Mar, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
(not possible from SQL in 4.1 & 5.0)
-
- 08 Mar, 2006 4 commits
-
-
kent@mysql.com authored
- Back porting of some changes in later releases - Corrected valgrind support - Removed work around for TZ needed in VisualStudio 6 - Don't restart master to add special settings from "<testcase>-master.opt", if same settngs as running master, feature request in bug#12433 - With --reorder, keep tests with same *-master.opt content together, to save even more master restarts
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137
-
msvensson@neptunus.(none) authored
- Decrease "slave_open_temp_tables" during reopen of truncated table. - Add test "rpl_trunc_temp"
-
kent@mysql.com authored
Allow space in base directory path, bug#15736
-
- 06 Mar, 2006 1 commit
-
-
serg@serg.mylan authored
-