summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-2463-153/+213
* Fixed sequence.gtidMonty2017-08-242-0/+7
* Fixed some compiler warningsMichael Widenius2017-08-246-7/+12
* Safety fix: lock binlog_end_pos before calling signal_updateMichael Widenius2017-08-241-0/+2
* Lots of small cleanupsMichael Widenius2017-08-2433-144/+147
* Print thread_id instead of pthread_self to error logMichael Widenius2017-08-241-4/+4
* Optimize make_lex_string() to not call alloc_root twice.Michael Widenius2017-08-241-4/+18
* Simplify test if we can use table in query cacheMichael Widenius2017-08-248-63/+54
* Added sql_alloc.hMichael Widenius2017-08-247-50/+66
* Don't include my_global.h in "pure" pluginsSergei Golubchik2017-08-2410-36/+35
* Fix compilation warnings in pluginsSergei Golubchik2017-08-249-43/+23
* Fix compilation errorsSergei Golubchik2017-08-2414-7/+14
* Enusure that my_global.h is included firstMichael Widenius2017-08-24356-362/+361
* Added copyright message to some filesMichael Widenius2017-08-246-2/+95
* Use microsecond_interval_timer() instead of my_time() in replicaitonMonty2017-08-242-11/+8
* Cleaned up output from thr_print_locksMonty2017-08-241-19/+23
* Compile mariabackup with its own copy of net_serv.ccSergei Golubchik2017-08-232-26/+34
* fix 64-bit tests tooSergei Golubchik2017-08-234-59/+43
* 32-bit fixesSergei Golubchik2017-08-232-282/+312
* fix compile errorsVladislav Vaintroub2017-08-233-4/+3
* MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-2224-58/+904
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-2215-223/+575
|\
| * MDEV-13617 tokudb_parts tests failed in buildbotAlexander Barkov2017-08-2210-217/+217
| * Corrected the function compare_order_elements() to make itIgor Babaev2017-08-192-3/+4
| * This patch complements the patch for mdev-10855.Igor Babaev2017-08-195-5/+356
* | MDEV-13510 main.delete_use_source fails in buildbot and outside with wrong planSergei Golubchik2017-08-202-17/+21
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1810-50/+615
|\ \ | |/
| * MDEV-13581 ROW TYPE OF t1 and t1%ROWTYPE for routine parametersAlexander Barkov2017-08-1810-50/+615
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-174-6/+34
|\ \ | |/
| * MDEV-13555 Assertion `!item->null_value' failed in Type_handler::Item_send_strAlexander Barkov2017-08-173-2/+30
| * Silence a -Wimplicit-fallthrough warningMarko Mäkelä2017-08-161-0/+1
| * Adjusted the result file for sys_vars.sysvars_server_embedded.Igor Babaev2017-08-151-4/+4
* | Work around MDEV-13542 Crashing on a corrupted page is unhelpfulMarko Mäkelä2017-08-1611-10/+28
* | MDEV-13536 DB_TRX_ID is not actually being reset when the history is removedMarko Mäkelä2017-08-1620-565/+202
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1513-322/+322
|\ \ | |/
| * Recording more tests for MDEV-13500 sql_mode=ORACLE: can't create a virtual c...Alexander Barkov2017-08-1513-322/+322
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1513-120/+177
|\ \ | |/
| * MDEV-13533 Remove the THD parameter from sp_head::init_sp_name()Alexander Barkov2017-08-154-7/+7
| * MDEV-13531 Add Database_qualified_name::copy()Alexander Barkov2017-08-153-8/+14
| * MDEV-13529 Add class Sql_cmd_callAlexander Barkov2017-08-158-68/+120
| * MDEV-13528 Add LEX::sp_body_finalize_{procedure|function}Alexander Barkov2017-08-154-38/+37
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1510-33/+96
|\ \ | |/
| * MDEV-13527 Crash when EXPLAIN SELECT .. INTO row_sp_variable.fieldAlexander Barkov2017-08-156-2/+49
| * MDEV-13526 Add Type_handler::Item_val_bool()Alexander Barkov2017-08-154-31/+47
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1598-456/+2468
|\ \ | |/
| * Fixing test results for MDEV-13500 sql_mode=ORACLE: can't create a virtual co...Alexander Barkov2017-08-151-14/+14
| * Changed the function my_set_bits() to return uint64 instead of uint32.Igor Babaev2017-08-142-3/+3
| * MDEV-13500 sql_mode=ORACLE: can't create a virtual column with function MODAlexander Barkov2017-08-1434-141/+180
| * Adjusted result files for tokudb tests.Igor Babaev2017-08-134-4/+4
| * Implemented condition pushdown into derived tables / viewsIgor Babaev2017-08-126-14/+584