- 11 May, 2004 3 commits
-
-
joreland@mysql.com authored
-
tomas@mc05.(none) authored
-
tomas@mc05.(none) authored
-
- 10 May, 2004 7 commits
-
-
tulin@build.mysql.com authored
-
tomas@mc05.(none) authored
into mc05.(none):/space/tomas/mysql-4.1
-
tomas@mc05.(none) authored
slim make for ndb
-
tomas@mc05.(none) authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.1
-
tomas@mc05.(none) authored
-
tomas@mc05.(none) authored
-
- 08 May, 2004 1 commit
-
-
joreland@mysql.com authored
Impl. to handle "angle" process of ndb
-
- 07 May, 2004 8 commits
-
-
tomas@mc05.(none) authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.1
-
georg@beethoven.local authored
to allow binding of userland functions in PHP.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.1
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-wl1687
-
tomas@mc05.(none) authored
-
bar@bar.intranet.mysql.r18.ru authored
Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs
-
monty@mysql.com authored
Portablity fix for system with case insenstive table names. (Without this ALTER TABLE can fail for InnoDB)
-
- 06 May, 2004 21 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Change strtoll -> my_strtoll10() Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
-
miguel@hegel.local authored
into hegel.local:/home/miguel/bk/mysql-4.1
-
miguel@hegel.local authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-all_any-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
item_list for fake_select will be created only once (problem reported by valgrind in test_union2 fixed)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
that was accidently added by the last BK auto merge
-
konstantin@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.1
-
pem@mysql.comhem.se authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
lenz@mysql.com authored
files, fixed linking of myisam_ftdump
-
miguel@hegel.local authored
-
ingo@mysql.com authored
HEAP: Copies the key count to a backup variable and sets the key count to zero. That way, no HEAP function will ever try to touch any index. Re-enabling is done by copying back the backup variable. To avoid memory leak at table close, disable deletes all index trees. Re-enabling must be done with empty indexes and data anyway. Otherwise, the indexes would need to be repaired, wich HEAP is not capable of. MyISAM: Only the key_map is cleared and set. Re-enabling must be done with empty indexes and data. Otherwise, repair needs to be done which will enable all keys persistently. The former implementation disabled only non-unique keys and maked this persistent. The new implementation additionally can disable all keys, but only without making this persistent. Re-enabling all keys can be done without repair, if data file and indexes are empty.
-
tomas@mc05.(none) authored
included full my_global.h and resolved some resulting name conflicts
-
tomas@mc05.(none) authored
forgot to fix makefile to remove e.g. NDB_STRLCAT
-
monty@mysql.com authored
-
konstantin@mysql.com authored
-
monty@mysql.com authored
-