- 20 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- fix one bug found by PeterG, namely bug #51 #there is a major problem currently after removing the specialised DYNAMIC_ARRAY as storage for the events. I have to reintroduce similar storage, this time probably some linked list or maybe some API on top of DYNAMIC_ARRAY.
-
- 16 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
- varchar -> char - transient_expression -> interval_value - interval_type -> interval_field
-
andrey@lmy004. authored
- handle crashes where the table definition has been changed (different number of fields)
-
andrey@lmy004. authored
fix bug with DROP EVENT non_existant; giving back OK + warning
-
- 15 Dec, 2005 2 commits
-
-
andrey@lmy004. authored
make compile-pentium-debug-max work
-
andrey@lmy004. authored
- fix EVENT_ACL problem that GRANT ALL on some_db.* to someone@somewhere did not get to mysql.db - fix crash when the following is executed : CREATE EVENT P() CREATE EVENT E ON SCHEDULER 1 SECOND DO ROLLBACK; (creation works as well as calling P() which creates the event).
-
- 14 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-tt-copy-works
-
- 13 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
- fixed silly bug, the main thread restarted but did not execute events, Quite currious why many calls to pthread_mutex_init() do not lead to abort()
-
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 6 commits
-
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
andrey@lmy004. authored
-
elliot@mysql.com authored
into mysql.com:/users/emurphy/src/mysql-5.1-new
-
elliot@mysql.com authored
into mysql.com:/users/emurphy/src/mysql-5.1-new
-
elliot@mysql.com authored
Now when rolling back a transaction on a blackhole table, the transaction will not be written to the binlog.
-
- 01 Dec, 2005 14 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
-
SergeyV@selena. authored
into selena.:H:/MYSQL/bkt/mysql-5.1
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#14902-mysql-5.0
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.1-dbg
-
gluh@eagle.intranet.mysql.r18.ru authored
SQL mode TRADITIONAL Message is chenged from 'ER_WARN_NULL_TO_NOTNULL' to 'ER_BAD_NULL_ERROR'
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
ramil@mysql.com authored
Fix for bug #14304: auto_increment field incorrect set from within stored procedure (insert select).
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.1-dbg
-
gluh@eagle.intranet.mysql.r18.ru authored
is needed to do SHOW CREATE DATABASE To allow SHOW CREATE DATABASE when the user can use the database
-