| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
|\ |
|
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | |\ |
|
| | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | MDEV-17652 Add sql_mode specific tokens for some keywords | Alexander Barkov | 2018-11-09 | 1 | -0/+13 |
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -7/+7 |
* | | | | Change C_STRING_WITH_LEN to STRING_WITH_LEN | Monty | 2018-01-30 | 1 | -5/+5 |
* | | | | Optimize LEX_STRING comparisons | Michael Widenius | 2017-08-24 | 1 | -4/+4 |
* | | | | Changed KEY names to use LEX_CSTRING | Michael Widenius | 2017-08-24 | 1 | -0/+2 |
* | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+1 |
* | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -21/+21 |
* | | | | MDEV-12441 Variables declared after cursors with parameters lose values | Alexander Barkov | 2017-04-05 | 1 | -5/+74 |
* | | | | MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOP | Alexander Barkov | 2017-04-05 | 1 | -0/+12 |
* | | | | MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarations | Alexander Barkov | 2017-04-05 | 1 | -2/+3 |
* | | | | MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarations | Alexander Barkov | 2017-04-05 | 1 | -3/+2 |
* | | | | MDEV-10697 GOTO statement | halfspawn | 2017-04-05 | 1 | -3/+58 |
* | | | | MDEV-10914 ROW data type for stored routine variables | Alexander Barkov | 2017-04-05 | 1 | -0/+21 |
* | | | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarations | Alexander Barkov | 2017-04-05 | 1 | -1/+1 |
* | | | | MDEV-10597 Cursors with parameters | Alexander Barkov | 2017-04-05 | 1 | -8/+8 |
* | | | | MDEV-10587 sql_mode=ORACLE: User defined exceptions | Alexander Barkov | 2017-04-05 | 1 | -58/+86 |
* | | | | MDEV-11037 Diagnostics_area refactoring for user defined exceptions | Alexander Barkov | 2017-04-05 | 1 | -10/+9 |
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructs | Alexander Barkov | 2017-04-05 | 1 | -2/+10 |
* | | | | MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptions | Alexander Barkov | 2017-04-05 | 1 | -5/+9 |
* | | | | MDEV-10582 sql_mode=ORACLE: explicit cursor attributes %ISOPEN, %ROWCOUNT, %F... | Alexander Barkov | 2017-04-05 | 1 | -1/+3 |
* | | | | MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, NO_DATA_FOU... | Alexander Barkov | 2017-04-05 | 1 | -3/+27 |
* | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructs | Alexander Barkov | 2017-04-05 | 1 | -2/+20 |
* | | | | sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411. | Alexander Barkov | 2017-04-05 | 1 | -1/+1 |
* | | | | Moving the code from *.yy to new methods to LEX and sp_context | Alexander Barkov | 2017-04-05 | 1 | -3/+3 |
|/ / / |
|
* | | | A joint patch for: | Alexander Barkov | 2015-11-25 | 1 | -1/+1 |
|/ / |
|
* | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -1/+1 |
* | | parser cleanup: don't store field properties in LEX, use Create_field directly | Sergei Golubchik | 2014-12-04 | 1 | -5/+2 |
* | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -0/+1 |
* | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -270/+293 |
|\ \ |
|
| * | | Finished merging wl5986 started by Igor. | unknown | 2013-06-19 | 1 | -270/+293 |
|/ / |
|
* | | cleanup: use MYF() for mysys flags | Sergei Golubchik | 2013-01-23 | 1 | -10/+10 |
* | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -20/+20 |
|/ |
|
* | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
|\ |
|
| * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+5 |
| |\ |
|
| | * | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+3 |
* | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled | Davi Arnaut | 2010-07-08 | 1 | -4/+0 |
* | | | WL#5030: Split and remove mysql_priv.h | Mats Kindahl | 2010-03-31 | 1 | -1/+2 |
* | | | Backport of: | Konstantin Osipov | 2009-11-24 | 1 | -20/+20 |
* | | | WL#2110 (SIGNAL) | Marc Alff | 2009-09-10 | 1 | -1/+2 |
|/ / |
|
* | | merging | Alexey Botchkov | 2009-04-29 | 1 | -12/+11 |
|\ \
| |/ |
|
| * | Bug#25058 ignored return codes in memory allocation functions | Alexey Botchkov | 2008-11-21 | 1 | -11/+11 |
* | | Bug#8759 (Stored Procedures: SQLSTATE '00000' should be illegal) | unknown | 2008-03-21 | 1 | -0/+2 |
* | | Follow up after work on Bug 4968 | unknown | 2007-06-10 | 1 | -1/+1 |
* | | WL#3817: Simplify string / memory area types and make things more consistent ... | unknown | 2007-05-10 | 1 | -10/+10 |
|/ |
|
* | Bug#26503 (Illegal SQL exception handler code causes the server to crash) | unknown | 2007-03-14 | 1 | -22/+68 |
* | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |