summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move alloca() definition from all *.h files to one new header fileJulius Goryavsky2023-03-071-4/+1
|
* Enusure that my_global.h is included firstMichael Widenius2017-08-241-3/+1
| | | | | | | | | | - Added sql/mariadb.h file that should be included first by files in sql directory, if sql_plugin.h is not used (sql_plugin.h adds SHOW variables that must be done before my_global.h is included) - Removed a lot of include my_global.h from include files - Removed include's of some files that my_global.h automatically includes - Removed duplicated include's of my_sys.h - Replaced include my_config.h with my_global.h
* Compatibility fixes by U OrsiniMichael Widenius2012-03-301-0/+1
|
* portability fix: use SOCKET_SIZE_TYPE in the handlersocket pluginSergei Golubchik2011-09-241-1/+1
|
* Fixed build failure on OpenSolarisMichael Widenius2011-06-091-0/+4
| | | | | strings/ctype-simple.c: Fixed some compiler warnings
* Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion ↵Michael Widenius2011-06-071-12/+70
| | | | | | | `next_insert_id == 0' failed with handlersocket" sql/handler.cc: Added DBUG_ code
* Added HandlerSocket pluginMichael Widenius2011-02-201-0/+896
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface