mariadb/plugin/handler_socket/handlersocket
Eugene Kosov 89ff4176c1 MDEV-22437 make THR_THD* variable thread_local
Now all access goes through _current_thd() and set_current_thd()
functions.

Some functions like THD::store_globals() can not fail now.
2020-05-05 18:13:31 +03:00
..
COPYRIGHT.txt Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
database.cpp MDEV-22437 make THR_THD* variable thread_local 2020-05-05 18:13:31 +03:00
database.hpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
handlersocket.cpp Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
handlersocket.spec.template Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstcpsvr.cpp Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
hstcpsvr.hpp Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstcpsvr_worker.cpp Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
hstcpsvr_worker.hpp Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
Makefile.am Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 2011-07-01 15:08:30 +03:00
Makefile.plain.template Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
mysql_incl.hpp Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00