Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in error numbers | monty@mysql.com | 2005-08-15 | 1 | -1/+1 |
* | Save and clear run context before executing a stored function or trigger and ... | monty@mysql.com | 2005-08-15 | 5 | -3/+305 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-08-12 | 1 | -60/+63 |
|\ | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-08-11 | 1 | -60/+63 |
| |\ | |||||
| | * | Cleanups during review of new code | monty@mysql.com | 2005-08-11 | 1 | -60/+63 |
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0 | igor@rurik.mysql.com | 2005-08-12 | 2 | -0/+63 |
|\ \ \ | |||||
| * | | | sql_base.cc: | igor@rurik.mysql.com | 2005-08-12 | 2 | -0/+30 |
| * | | | sql_base.cc: | igor@rurik.mysql.com | 2005-08-11 | 2 | -0/+33 |
* | | | | Add SLEEP(seconds) function, which always returns 0 after the given | jimw@mysql.com | 2005-08-11 | 2 | -0/+20 |
* | | | | Fix which include file is used to decide whether to skip rpl_openssl, the | jimw@mysql.com | 2005-08-11 | 1 | -1/+1 |
* | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-12457 | jimw@mysql.com | 2005-08-11 | 21 | -28/+393 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix after merge | acurtis@xiphis.org | 2005-08-11 | 3 | -8/+2 |
| * | | | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1 | acurtis@xiphis.org | 2005-08-11 | 10 | -20/+261 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | query_cache_notembedded.test, query_cache_notembedded.result: | sanja@arthur.local | 2005-08-11 | 2 | -0/+33 |
| | * | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 | acurtis@xiphis.org | 2005-08-09 | 2 | -0/+20 |
| | |\ \ | |||||
| | * \ \ | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2005-08-08 | 2 | -0/+17 |
| | |\ \ \ | |||||
| | | * | | | subselect.test, subselect.result: | igor@rurik.mysql.com | 2005-08-08 | 2 | -0/+17 |
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-08-09 | 6 | -0/+178 |
| | |\ \ \ \ | |||||
| | | * | | | | item_strfunc.cc: | patg@krsna.patg.net | 2005-08-08 | 2 | -0/+156 |
| | | |/ / / | |||||
| | | * | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@mysql.com | 2005-08-08 | 2 | -0/+10 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mishka.local | 2005-08-08 | 2 | -0/+12 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fix for BUG #11642: [Patch]es x86 Assembler and text relocations | monty@mishka.local | 2005-08-08 | 2 | -0/+12 |
| | * | | | | | | Review of new pushed code | monty@mysql.com | 2005-08-09 | 4 | -20/+43 |
| | * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-08-08 | 2 | -0/+3 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | Fixed compiler warnings | monty@mysql.com | 2005-07-28 | 2 | -0/+3 |
| | | |/ / / / | |||||
| * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | dlenev@mysql.com | 2005-08-11 | 2 | -0/+36 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in trigger | dlenev@mysql.com | 2005-08-10 | 2 | -0/+36 |
| * | | | | | | | Merge xiphis.org:/usr/home/antony/work2/p2-bug10109.3 | acurtis@xiphis.org | 2005-08-10 | 2 | -0/+20 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Bug#10109 | acurtis@xiphis.org | 2005-08-07 | 2 | -0/+20 |
| * | | | | | | | Merge mysql.com:/home/psergey/mysql-5.0-bug12228-r4 | sergefp@mysql.com | 2005-08-10 | 6 | -2/+76 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | BUG#12228: Post review fixes: Added test case, code cleanup. | sergefp@mysql.com | 2005-08-10 | 2 | -0/+68 |
| | * | | | | | | | Fix for BUG#12228: SP cache code: | sergefp@mysql.com | 2005-08-08 | 4 | -2/+8 |
* | | | | | | | | | Fix rpl_openssl test to actually work. (Bug #12457, Bug #10860) | jimw@mysql.com | 2005-08-10 | 2 | -5/+5 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | dlenev@mysql.com | 2005-08-10 | 4 | -4/+40 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix for bug #12280 "Triggers: crash if flush tables". | dlenev@mysql.com | 2005-08-10 | 4 | -4/+40 |
* | | | | | | | | | Fix bug #12340 Wrong comparison in ha_innobase::cmp_ref() | evgen@moonbone.local | 2005-08-09 | 2 | -0/+18 |
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | dlenev@mysql.com | 2005-08-09 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Fixed test that failed on 32 bit systems | monty@mysql.com | 2005-08-09 | 2 | -2/+3 |
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | dlenev@mysql.com | 2005-08-09 | 5 | -6/+39 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix for bug #10055 "Using stored function with information_schema causes empty | dlenev@mysql.com | 2005-08-08 | 5 | -6/+40 |
* | | | | | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-11570 | jimw@mysql.com | 2005-08-08 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Replace host column when testing 'SHOW PROCESSLIST' since it is | jimw@mysql.com | 2005-07-21 | 2 | -3/+3 |
* | | | | | | | | | | Fix error code in some tests because of merge | jimw@mysql.com | 2005-08-08 | 3 | -3/+3 |
* | | | | | | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-6080 | jimw@mysql.com | 2005-08-08 | 5 | -3/+19 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix error message when creating a non-string field with a display | jimw@mysql.com | 2005-08-05 | 5 | -3/+19 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge mysql.com:/home/jimw/my/mysql-5.0-3094 | jimw@mysql.com | 2005-08-08 | 14 | -9/+324 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | grant.result: | bar@mysql.com | 2005-08-08 | 1 | -0/+3 |
| * | | | | | | | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10892 | bar@mysql.com | 2005-08-08 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@mysql.com | 2005-08-08 | 2 | -0/+10 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
| | | * | | | | | | | | grant.result, grant.test: | bar@mysql.com | 2005-08-04 | 2 | -0/+10 |