summaryrefslogtreecommitdiff
path: root/sql/session_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-10-301-0/+3
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-10-291-0/+3
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-10-281-0/+3
| | |\
| | | * MDEV-22524 SIGABRT in safe_mutex_unlock withAlexey Botchkov2020-10-271-0/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+7
| |\ \ \ | | |/ /
| | * | MDEV-22134: handle_fatal_signal (sig=11) in __strlen_avx2 on START SLAVE | As...Oleksandr Byelkin2020-07-231-1/+7
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-8/+6
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-9/+5
| |\ \ \ | | |/ /
| | * | Fixed bugs found by valgrindMonty2020-07-021-2/+3
* | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550Oleksandr Byelkin2020-06-121-0/+10
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-2/+2
* | | | Proper fix of User_variables_tracker::storeMonty2020-05-231-3/+3
* | | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-1/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-22337: Fix type mismatchMarko Mäkelä2020-04-291-3/+2
* | | | MDEV-22337 Assertion `Alloced_length >= (str_length + length + net_le… …n...Alexey Botchkov2020-04-291-3/+17
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
| |\ \ \ | | |/ /
| | * | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | MDEV-16470 - Session user variables trackerSergey Vojtovich2019-09-241-1/+32
* | | | Cleanup session trackerSergey Vojtovich2019-09-241-9/+10
|/ / /
* | | 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