summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WL #1034 (Internal CRON)andrey@lmy004.2006-01-1039-2818/+6690
|\ | | | | | | merge before push
| * WL #1034 (Internal CRON) pre-push updatesandrey@lmy004.2006-01-109-21/+38
| | | | | | | | | | | | | | - fixed test results - fixed bug caught by information_schema.test . Bison temporal variables are very nice but extremely error-prone (Count one more time just to be sure).
| * WL 1034 updateandrey@lmy004.2006-01-103-23/+53
| | | | | | | | (pre-push cleanups removing debugging code)
| * WL #1034 updateandrey@lmy004.2005-12-284-16/+42
| | | | | | | | - fix problem with too long identifier name
| * WL#1034 updateandrey@lmy004.2005-12-281-12/+35
| | | | | | | | | | - fix crash of an event that alters itself - make "alter event xyz;" invalid because at least 1 clause is needed.
| * WL #1034 updateandrey@lmy004.2005-12-283-4/+10
| | | | | | | | | | - enable/disable -> enabled/disabled - fixed error message
| * WL #1034 (update)andrey@lmy004.2005-12-286-142/+81
| | | | | | | | | | - improve the stability of the executor - make create event if not exists work as before
| * WL #1034 updateandrey@lmy004.2005-12-204-29/+64
| | | | | | | | | | | | | | | | - 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.
| * WL #1034 updateandrey@lmy004.2005-12-163-40/+46
| | | | | | | | | | | | - varchar -> char - transient_expression -> interval_value - interval_type -> interval_field
| * WL #1034 updateandrey@lmy004.2005-12-164-16/+30
| | | | | | | | | | - handle crashes where the table definition has been changed (different number of fields)
| * WL#1034 updateandrey@lmy004.2005-12-162-2/+2
| | | | | | | | fix bug with DROP EVENT non_existant; giving back OK + warning
| * WL#1034 updateandrey@lmy004.2005-12-151-1/+1
| | | | | | | | make compile-pentium-debug-max work
| * WL#1034 updateandrey@lmy004.2005-12-1511-70/+112
| | | | | | | | | | | | | | - 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).
| * Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-wl1034andrey@lmy004.2005-12-1432-44/+3784
| |\ | | | | | | | | | into lmy004.:/work/mysql-5.1-tt-copy-works
| | * WL#1034 (update)andrey@lmy004.2005-12-134-34/+21
| | | | | | | | | | | | | | | - 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()
| | * WL#1034 updateandrey@lmy004.2005-12-135-171/+56
| | | | | | | | | | | | (cleanups, leaks fixed)
| | * WL#1034 updateandrey@lmy004.2005-12-134-103/+19
| | | | | | | | | | | | | | | | | | 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 ;)
| | * WL#1034 updateandrey@lmy004.2005-12-127-117/+402
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * WL #1034 updateandrey@lmy004.2005-12-084-40/+87
| | | | | | | | | | | | - handle better non-latin1 identifiers
| | * - last bits of unneeded error checking in sql_parse.cc thrown awayandrey@lmy004.2005-12-086-130/+103
| | | | | | | | | | | | | | | - fix a bug introduced with last commit ALTER EVENT a RENAME TO b; failed - misc
| | * WL #1034 updates after reviewandrey@lmy004.2005-12-087-387/+392
| | | | | | | | | | | | (strip m_ as prefix from member variables' names)
| | * WL #1034 updates after reviewandrey@lmy004.2005-12-074-172/+168
| | |
| | * WL#1034 ongoing updates after reviewandrey@lmy004.2005-12-078-110/+138
| | |
| | * reverandrey@lmy004.2005-12-061-4/+4
| | |
| | * WL#1034andrey@lmy004.2005-12-066-70/+48
| | | | | | | | | | | | make more independent of SP
| | * WL#1034andrey@lmy004.2005-12-069-123/+257
| | | | | | | | | | | | updated sources
| | * WL#1034 updatedandrey@lmy004.2005-12-0518-1691/+1840
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * add test case with \n at EOFandrey@lmy004.2005-12-021-0/+19
| | |
| | * add these, forgotten in the previous commitandrey@lmy004.2005-12-023-0/+2730
| | |
| | * WL1034 update for latest 5.1 sourcesandrey@lmy004.2005-12-0221-68/+676
| | |
* | | Merge bk-internal:/home/bk/mysql-5.1-newmsvensson@neptunus.(none)2006-01-1016-17/+640
|\ \ \ | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
| * | | WL#2506: Information Schema tables for PARTITIONinggluh@eagle.intranet.mysql.r18.ru2006-01-1016-17/+640
| | | | | | | | | | | | | | | | added I_S 'PARTITIONS' table
* | | | Merge neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930-small_fixmsvensson@neptunus.(none)2006-01-104-1/+73
|\ \ \ \ | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
| * | | | Fix for crashing mysqltestmsvensson@neptunus.(none)2006-01-101-1/+1
| | | | |
| * | | | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0aelkin@mysql.com2006-01-103-0/+72
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/mysql-5.0
| | * | | | BUG#9483 test was overworked to account reviews finally to leave only REVOKE ↵aelkin@mysql.com2006-01-103-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check. There is a specific rpl_ignore_grant test case for GRANT.
* | | | | | Merge neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930-integrationmsvensson@neptunus.(none)2006-01-101-3/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
| * | | | | Fix mysqltest crash problemmsvensson@neptunus.(none)2006-01-101-3/+5
| |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2006-01-1021-803/+1217
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930-integration
| * \ \ \ \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2006-01-096-6/+31
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| * | | | | Ajustement after mergeigor@rurik.mysql.com2006-01-091-1/+2
| | | | | |
| * | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2006-01-081-367/+876
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
* | \ \ \ \ \ Merge bk-internal:/home/bk/mysql-5.1-newmsvensson@neptunus.(none)2006-01-106-6/+85
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
| * \ \ \ \ \ \ Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.1-newigor@rurik.mysql.com2006-01-103-2/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/mysql-5.1
| * \ \ \ \ \ \ \ Merge rurik.mysql.com:/home/igor/mysql-5.1igor@rurik.mysql.com2006-01-106-6/+85
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
| | * \ \ \ \ \ \ \ Merge rurik.mysql.com:/home/igor/mysql-5.1igor@rurik.mysql.com2006-01-086-6/+85
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
| | | * | | | | | | | Adjustment after a merge.igor@rurik.mysql.com2006-01-081-1/+2
| | | | | | | | | | |
| | | * | | | | | | | Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0igor@rurik.mysql.com2006-01-083-1/+26
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
| | | | * | | | | | | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2006-01-073-1/+26
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| | | | | * | | | | | | Fixed bug #14274: a query with a having clause containing only set function ↵igor@rurik.mysql.com2006-01-073-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returned a wrong result set.