- 13 Jul, 2006 2 commits
-
-
andrey@lmy004. authored
move back THD::change_security_context to event_change_security_context
-
andrey@lmy004. authored
Final stroke, events should be loaded from disk on server startup. Also check the validity of their bodies if possible during loading.
-
- 12 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
event_scheduler_ng.cc/h is no more
-
- 11 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
More small fixes to the API : use LEX_STRING instead of LEX_STRING* and if error then return bool(true) instead of error code. Merged functions. Reduced usage of sp_name. Fixed a lot of function documentation errors. Added function documentation wherever needed. Removed some unused defines and error codes. Next to come is batch rename of Event_scheduler_ng to Event_scheduler.
-
- 10 Jul, 2006 3 commits
-
-
andrey@lmy004. authored
After merge fixes.
-
andrey@lmy004. authored
-
andrey@lmy004. authored
This patch introduces specialized Event data objects Event_basic as parent. Event_queue_element used for queue storage Event_timed used for SHOW EVENTS/ I_S.EVENTS / SHOW CREATE EVENT Event_job_data using during execution. Methods were moved out of Event_timed to other classes. This patch also introduces Events::LOCK_event_metadata. This patch gives new implementation of Events::dump_internal_status(). Now both the Event_scheduler and Event_queue return information during their ::dump_internal_status(). Shortened a bit the runtime for executing events test cases.
-
- 07 Jul, 2006 10 commits
-
-
dlenev@jabberwock.site authored
into jabberwock.site:/home/dlenev/mysql-5.1-bg18437
-
kostja@bodhi.local authored
(the bug itself is not repeatable any more).
-
dlenev@jabberwock.site authored
into jabberwock.site:/home/dlenev/mysql-5.1-bg18437
-
konstantin/kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge-with-5.0
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
- keep accounting for aoutstanding drop trigger requests - also lock table object in suma while doing that (should be impossible right now though since dict serializes all requests)
-
konstantin/kostja@bodhi.local authored
-
dlenev@jabberwock.site authored
into jabberwock.site:/home/dlenev/mysql-5.1-bg18437
-
konstantin/kostja@bodhi.netgear authored
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge-with-5.0
-
konstantin/kostja@bodhi.netgear authored
-
- 06 Jul, 2006 23 commits
-
-
konstantin@bodhi.netgear authored
-
konstantin@bodhi.netgear authored
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge
-
tomas@poseidon.ndb.mysql.com authored
removed alter table partition error test since it cannot be made predictable... name will change of created file
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
konstantin@bodhi.netgear authored
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge-with-5.0
-
konstantin@bodhi.netgear authored
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
joerg@trift2. authored
into trift2.:/M51/bug20216-5.1
-
joerg@trift2. authored
into trift2.:/M51/merge-5.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
- missing order by
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
- don't invalidate tables that are in state RETRIEVING
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
dlenev@mysql.com authored
before update trigger on NDB table". Two main changes: - We use TABLE::read_set/write_set bitmaps for marking fields used by statement instead of Field::query_id in 5.1. - Now when we mark columns used by statement we take into account columns used by table's triggers instead of marking all columns as used if table has triggers.
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
jonas@perch.ndb.mysql.com authored
-