- 13 Dec, 2005 2 commits
-
-
andrey@lmy004. authored
(cleanups, leaks fixed)
-
andrey@lmy004. authored
cleanup before throwin away DYNAMIC_ARRAY for event storage, once reallocated I get dangling pointers so that's not good. solution will be found however ;)
-
- 12 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
QUEUE implementation working now. this should be ready more or less for testing once the debug output is being cleaned and some things around DYNAMIC_ARRAY are cleaned - fix handling in case of errors that lead to crashes, now no more crashes in case of table corruption and such.
-
- 08 Dec, 2005 2 commits
-
-
andrey@lmy004. authored
- handle better non-latin1 identifiers
-
andrey@lmy004. authored
- fix a bug introduced with last commit ALTER EVENT a RENAME TO b; failed - misc
-
- 07 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
(strip m_ as prefix from member variables' names)
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
- 06 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
-
andrey@lmy004. authored
make more independent of SP
-
andrey@lmy004. authored
updated sources
-
- 05 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- split into several files - forbid parallel execution (before analyse is done how to make it possible) because the same sp_head instance cannot be executed in parallel - added GPL headers - changed EVENT_ACL to be per DB variable - fixed minor problems
-
- 02 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
- 28 Nov, 2005 4 commits
-
-
joerg@mysql.com authored
into mysql.com:/M51/mysql-5.1
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Fix a typo: "distibution" -> "distribution".
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
- 27 Nov, 2005 1 commit
-
-
lars@mysql.com authored
Changed to alphabetical order
-
- 26 Nov, 2005 1 commit
-
-
knielsen@mysql.com authored
into mysql.com:/tmp/x/mysql-5.1-new
-
- 25 Nov, 2005 9 commits
-
-
eric@mysql.com authored
-
knielsen@mysql.com authored
into mysql.com:/data0/mysqldev/my/mysql-5.1.3-pushmain
-
holyfoot@deer.(none) authored
-
knielsen@mysql.com authored
into mysql.com:/data0/mysqldev/my/mysql-5.1.3-fixes
-
lenz@mysql.com authored
-
kent@mysql.com authored
-
knielsen@mysql.com authored
-
knielsen@mysql.com authored
-
mikael@mysql.com authored
The previous variant where it was a specific ha_partition method only worked for the partition handler. It was unfortunately called also for the NDB handler and in this case it called a random method in the NDB handler with random input.
-
- 24 Nov, 2005 10 commits
-
-
brian@zim.(none) authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.1-new
-
brian@zim.(none) authored
Its funny, I am reading through the forums and someone asks "Can I please have a REPLACE INTO, instead an INSERT INTO?" and I remember how often I have used a sed script to modify MySQL dumps to have exactly that. So, use --replace and instead of getting INSERT INTO you will INSTEAD get REPLACE INTO. Buyer beward, REPLACE is a MySQL SQL, so you will not end up with a dump that can be used for other databases. Though I hear you could just use a sed line to modify it back :)
-
knielsen@mysql.com authored
Update version number to 5.1.4-alpha
-
tomas@poseidon.ndb.mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.1
-
lenz@mysql.com authored
(only showed up in a non-debug build)
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
monty@mysql.com authored
into mysql.com:/my/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
-