Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE | Oleksandr Byelkin | 2016-09-04 | 1 | -1/+10 |
* | Merge 10.2 into 10.2-mdev9864. | Igor Babaev | 2016-08-30 | 1 | -3/+3 |
|\ | |||||
| * | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -2/+2 |
| * | Fixed bug mdev-9937. | Igor Babaev | 2016-04-20 | 1 | -0/+2 |
* | | mdev-9864: cleanup, re-factoring. | Igor Babaev | 2016-08-26 | 1 | -2/+2 |
* | | Fixed bug mdev-10344. | Igor Babaev | 2016-07-29 | 1 | -1/+1 |
* | | Made prepared statement, explain and views working with recursuve CTE. | Galina Shalygina | 2016-05-12 | 1 | -0/+10 |
* | | Merge branch '10.2' into 10.2-mdev9864 | Galina Shalygina | 2016-05-08 | 1 | -0/+2 |
|/ | |||||
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 1 | -5/+7 |
|\ | |||||
| * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-03-21 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 1 | -2/+2 |
| * | | MDEV-9641 MDEV-9644 NULLIF assertions | Sergei Golubchik | 2016-03-05 | 1 | -3/+5 |
* | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2 | Igor Babaev | 2016-03-21 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | MDEV-8789 Implement non-recursive common table expressions | Galina Shalygina | 2015-12-18 | 1 | -1/+1 |
* | | | | MDEV-9488 - Table cache cleanups | Sergey Vojtovich | 2016-02-26 | 1 | -1/+1 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-02-25 | 1 | -2/+1 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-02-23 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-02-15 | 1 | -2/+1 |
| | |\ | |||||
| | | * | MDEV-9462: Out of memory using explain on 2 empty tables | Oleksandr Byelkin | 2016-02-06 | 1 | -2/+1 |
* | | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() | Sergey Vojtovich | 2015-11-26 | 1 | -10/+10 |
|/ / / | |||||
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-11-18 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | DEV-8632 Segmentation fault on INSERT | Oleksandr Byelkin | 2015-11-09 | 1 | -0/+5 |
* | | | MDEV-8087: Server crashed in Time_and_counter_tracker::incr_loops | Oleksandr Byelkin | 2015-10-12 | 1 | -0/+6 |
* | | | Speed up some innodb tests | Monty | 2015-10-05 | 1 | -0/+5 |
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -1/+1 |
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -8/+12 |
* | | | Merge tag 'mariadb-10.0.20' into 10.1 | Sergei Golubchik | 2015-06-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-06-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-7207 - ALTER VIEW does not change ALGORITM | Sergey Vojtovich | 2015-06-05 | 1 | -1/+1 |
* | | | Merge tag 'mariadb-10.0.19' into 10.1 | Sergei Golubchik | 2015-06-01 | 1 | -14/+139 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-05-04 | 1 | -15/+140 |
| |\ \ | | |/ | |||||
| | * | post-merge fixes | Sergei Golubchik | 2015-04-29 | 1 | -35/+11 |
| | * | sql_print_information corrected | Daniel Black | 2015-04-13 | 1 | -4/+10 |
| | * | mariadb_fix_view to allow fixing of view->mariadb_version | Daniel Black | 2015-04-13 | 1 | -5/+3 |
| | * | avoid calling runctiosn in DBUG_RETURN | Daniel Black | 2015-04-13 | 1 | -1/+3 |
| | * | mariadb_fix_view need only check view->mariadb_version | Daniel Black | 2015-04-13 | 1 | -2/+1 |
| | * | correct server side error messages | Daniel Black | 2015-04-12 | 1 | -4/+4 |
| | * | MDEV-6916 REPAIR VIEW / mysql migration | Oleksandr Byelkin | 2015-04-12 | 1 | -14/+158 |
* | | | MDEV-7886 CREATE VIEW IF NOT EXISTS produces a wrong warning | Alexander Barkov | 2015-04-13 | 1 | -1/+1 |
* | | | MDEV-7671: Cache VIEW definitions in the TDC | Oleksandr Byelkin | 2015-03-11 | 1 | -21/+27 |
* | | | MDEV-7025 ANALYZE SELECT/INSERT/UPDATE/DELETE from a view does not check acce... | Vicențiu Ciorbaru | 2015-03-10 | 1 | -3/+4 |
* | | | Merge branch '10.0' into merge-wip | Sergei Golubchik | 2015-01-31 | 1 | -1/+15 |
|\ \ \ | |/ / | |||||
| * | | MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML f... | Michael Widenius | 2015-01-29 | 1 | -0/+10 |
| * | | 5.5 merge | Sergei Golubchik | 2015-01-21 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Adding mariadb-version on the view creation to view frm. (MDEV-6916 followup) | unknown | 2014-12-21 | 1 | -1/+5 |
* | | | MDEV-7287 VIEW: CREATE IF NOT EXISTS | Alexander Barkov | 2014-12-10 | 1 | -1/+21 |
* | | | MDEV-7112 Split HA_CREATE_INFO | Alexander Barkov | 2014-12-08 | 1 | -1/+1 |
|/ / | |||||
* | | MDEV-5120 Test suite test maria-no-logging fails | Michael Widenius | 2014-09-30 | 1 | -1/+1 |
* | | 5.5.39 merge | Sergei Golubchik | 2014-08-07 | 1 | -4/+3 |
|\ \ | |/ |