summaryrefslogtreecommitdiff
path: root/mysql-test/r/handlersocket.result
Commit message (Collapse)AuthorAgeFilesLines
* Identical key derivation code in XtraDB/InnoDB/AriaSergei Golubchik2015-05-151-1/+1
| | | | | | | | * Extract it into the "encryption_scheme" service. * Make these engines to use the service, remove duplicate code. * Change MY_AES_xxx error codes, to return them safely from encryption_scheme_encrypt/decrypt without conflicting with ENCRYPTION_SCHEME_KEY_INVALID error
* Plugin API: increase SHOW_VAR_FUNC_BUFF_SIZE for 64-bit CPUsSergei Golubchik2014-10-101-1/+1
| | | | | | instead of having it 1K everywhere, make it 1K on 32-bit and 2K on 64-bit. As the latter has larger pointers (and larger sizeof(SHOW_VAR), it needs a larger buffer to store the same amount of SHOW_VARs
* fixing embedded: WaaS. Wsrep as a Service.Sergei Golubchik2014-10-011-1/+1
|
* MroongaSE: addint thd_autoinc and thd_error_context plugin servicesAlexander Barkov2013-12-121-1/+1
|
* 10.0-monty mergeSergei Golubchik2013-07-211-1/+1
|\ | | | | | | | | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
| * update plugin API versions in testsSergei Golubchik2013-07-131-1/+1
| |
| * Update test results: handlersocket.test (approved by Serg)Sergey Petrunya2013-07-041-1/+1
| |
* | Recording test results forgotten in the commit adding thd_timezone_service.Alexander Barkov2013-05-281-1/+1
|/ | | | | | | | modified: mysql-test/r/handlersocket.result mysql-test/r/plugin.result mysql-test/suite/plugins/r/show_all_plugins.result
* MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-1/+1
|
* Fixed compile warningsMichael Widenius2012-05-181-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some mtr test problems dbug/tests.c: Fixed compiler warnings mysql-test/r/handlersocket.result: Fixed that plugin_license is written mysql-test/suite/innodb/t/innodb_bug60196.test: Force sorted results as it was sometimes different on windows mysql-test/suite/rpl/t/rpl_heartbeat_basic.test: Prolong test as this failed on windows mysql-test/t/handlersocket.test: Fixed that plugin_license is written plugin/handler_socket/handlersocket/handlersocket.cpp: Use maria_declare_plugin plugin/handler_socket/handlersocket/mysql_incl.hpp: Fixed compiler warning plugin/handler_socket/libhsclient/auto_addrinfo.hpp: Fixed compiler warning sql/handler.h: Fixed typo sql/sql_plugin.cc: Fixed bug that caused plugin library name twice in error message storage/maria/ma_checkpoint.c: Fixed compiler warning storage/maria/ma_loghandler.c: Fixed compiler warning unittest/mysys/base64-t.c: Fixed compiler warning unittest/mysys/bitmap-t.c: Fixed compiler warning unittest/mysys/my_malloc-t.c: Fixed compiler warning
* lp:730035 Handlersocket does not loadSergei Golubchik2011-04-191-0/+13
-fimplicit-termplates must be in CXXFLAGS not in handlersocket_la_CXXFLAGS. otehrwise automake puts it in the command line too early to override global -fno-implicit-templates