summaryrefslogtreecommitdiff
path: root/sql/session_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-9/+5
|\
| * Fixed bugs found by valgrindMonty2020-07-021-2/+3
* | Merge branch '10.3' into 10.4Sergei Golubchik2020-05-091-1/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3mariadb-10.3.23Sergei Golubchik2020-05-091-1/+2
| |\
| | * MDEV-22504: Session tracking return incorrectly long traking dataOleksandr Byelkin2020-05-081-1/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-1/+9
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-1/+9
| |\ \ | | |/
| | * MDEV-22337 Assertion `Alloced_length >= (str_length + length +...Alexey Botchkov2020-04-291-1/+9
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
|\ \ \ | |/ /
| * | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-121-6/+10
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+1
|\ \ \ | |/ /
| * | Added missing reset_changed()Sergey Vojtovich2019-05-081-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-619/+146
|\ \ \ | |/ /
| * | Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-031-0/+1
| * | Adieu find_sys_var_ex()Sergey Vojtovich2019-05-031-34/+4
| * | Make connect speed great againSergey Vojtovich2019-05-031-9/+18
| * | Safe session_track_system_variables snapshotSergey Vojtovich2019-05-031-43/+48
| * | Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-031-185/+11
| * | Allocate Transaction_state_tracker staticallySergey Vojtovich2019-05-031-3/+1
| * | Static current schema and state change trackersSergey Vojtovich2019-05-031-43/+4
| * | Allocate orig_list staticallySergey Vojtovich2019-05-031-40/+17
| * | Get rid of not implemented SESSION_GTIDS_TRACKERSergey Vojtovich2019-05-031-16/+0
| * | Cleanup session tracker APISergey Vojtovich2019-05-031-90/+46
| * | Cleanup session tracker redundancySergey Vojtovich2019-05-031-51/+0
| * | Session_sysvars_tracker::vars_list cleanupsSergey Vojtovich2019-05-031-92/+50
| * | A proper State_tracker::m_changed enacpsulationSergey Vojtovich2019-05-031-79/+12
* | | Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-251-1/+1
* | | Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-251-1/+1
|/ /
* | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-4/+2
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-4/+4
|\ \
| * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-4/+4
| |\ \ | | |/
| | * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
* | | Lots of small cleanupsMichael Widenius2017-08-241-1/+1
|/ /
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-6/+6
|/
* MDEV-6112 multiple triggers per tableMonty2016-10-051-2/+4
* MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-114/+162
* MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-106/+661
* MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-8/+757
* MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+358