- 27 Jun, 2006 4 commits
-
-
andrey@lmy004. authored
the parsing. Next step will be to refactor of usage of Event_timed during Events::create_event() and Events::update_event(). Disallow: - CREATE EVENT ... DO CREATE EVENT ...; - ALTER EVENT ... DO CREATE EVENT ...; - CREATE EVENT ... DO ALTER EVENT DO ....; - CREATE PROCEDURE ... BEGIN CREATE EVENT ... END| Allowed: - CREATE EVENT ... DO DROP EVENT yyy; - CREATE EVENT ... DO ALTER EVENT yyy; (the nested ALTER EVENT can have anything but DO clause) - ALTER EVENT ... DO ALTER EVENT yyy; (the nested ALTER EVENT can have anything but DO clause) - ALTER EVENT ... DO DROP EVENT yyy; - CREATE PROCEDURE ... BEGIN ALTER EVENT ... END| (the nested ALTER EVENT can have anything but DO clause) - CREATE PROCEDURE ... BEGIN DROP EVENT ... END|
-
andrey@lmy004. authored
Third cut to simplify parsing phase. Now DROP EVENT works. Overloaded few functions to be able to use either sp_name or pass two LEX_STRINGs instead of a Event_timed pointer. This is transitional and eventually the old functions will be removed. For now DROP EVENT also works, does not need anymore a parsing object (Event_timed) and definer initialization because everyone who has EVENT_ACL can drop events, and this is checked on execution time in sql_parse.cc from the security context, as it should be.
-
andrey@lmy004. authored
Second cut of separating parsing phase from execution phase Separate Event_timed from parsing phase and introducing Event_parse_data.
-
andrey@lmy004. authored
Infrastructure built. Added the foreseen files and change Makefile.am/CMakeLists.txt accordingly.
-
- 26 Jun, 2006 2 commits
-
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug16992
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug18897
-
- 23 Jun, 2006 5 commits
-
-
andrey@lmy004. authored
alter event rename". ALTER EVENT ... RENAME statement hasn't checked privileges for the target database. It also caused server crashes when target database was not specified explicitly and there was no current database. This fix adds missing privilege check and check for the case when target database is not specified explicitly or implicitly.
-
petr@owlet. authored
into mysql.com:/home/cps/mysql/devel/5.1-curs-bug
-
petr@mysql.com authored
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug20624
-
andrey@lmy004. authored
(fix for bug#20290 Event mechanism incompatible with embedded server, but tests tried)
-
- 22 Jun, 2006 8 commits
-
-
anozdrin@alik. authored
into mysql.com:/mnt/raid/alik/MySQL/devel/5.1-rt-bug20294
-
anozdrin@alik. authored
into mysql.com:/mnt/raid/alik/MySQL/devel/5.1-rt-bug20294
-
anozdrin@mysql.com authored
im_instance_conf fails randomly.
-
andrey@lmy004. authored
(this is a change to a faulty test file)
-
mats@romeo.(none) authored
into mysql.com:/home/bk/fix-mysql-5.1
-
mats@mysql.com authored
-
andrey@lmy004. authored
Introduced EVENTS.EVENT_DEFINITION, like ROUTINES.ROUTINE_DEFINITION Hence, the contents of the current EVENTS.EVENT_BODY become the contents of EVENT_DEFINITION. EVENT_BODY will contain always, for now, "SQL" (wo quotes).
-
joerg@trift2. authored
-
- 21 Jun, 2006 21 commits
-
-
rburnett@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug19281
-
mikael@dator5.(none) authored
-
rburnett@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug19281
-
pekka@orca.ndb.mysql.com authored
into clam.ndb.mysql.com:/space/pekka/ndb/version/my51-bug18102
-
pekka@clam.ndb.mysql.com authored
-
mikael@dator5.(none) authored
Need to flag when a copy is needed to not overwrite a create_info object connected to the lex structure
-
pekka@clam.ndb.mysql.com authored
-
ramil@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/mysql-5.1
-
rburnett@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
-
lars@mysql.com authored
-
ramil@mysql.com authored
-
anozdrin@mysql.com authored
into mysql.com:/mnt/raid/alik/MySQL/devel/5.1-rt-bug20294
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
anozdrin@mysql.com authored
fails randomly. The problem is that the test was affected by other running test-suites on the same box. The fix affects the test only, no code touched.
-
lars@dl145j.mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
-
mskold@linux.site authored
into mysql.com:/home/marty/MySQL/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
gluh@eagle.intranet.mysql.r18.ru authored
-