summaryrefslogtreecommitdiff
path: root/include/violite.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-0/+3
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-2/+2
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-2/+2
| |\
| | * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | * MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows.Vladislav Vaintroub2016-06-081-1/+1
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-091-12/+0
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-091-4/+5
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-4/+4
* | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-9/+0
|/ /
* | MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows.Vladislav Vaintroub2016-01-071-1/+1
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-211-0/+4
|\ \ | |/
| * MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_stat...Sergei Golubchik2015-12-211-0/+4
* | SSL: Verbosely report SSL initialization errorsSergei Golubchik2015-05-031-1/+1
* | 10.0-base mergeSergei Golubchik2013-04-151-5/+1
|\ \
| * | Speed up connection time:Michael Widenius2013-03-201-1/+1
| |/
* | MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO funct...Vladislav Vaintroub2013-02-191-1/+3
* | MDEV-3822 :10.0-serg fails on windows buildslavesVladislav Vaintroub2012-11-041-1/+0
* | merge with 5.5Sergei Golubchik2012-11-031-0/+6
|\ \ | |/
| * MDEV-531 : Warning: Forcing close of thread ... in rpl_binlog_indexVladislav Vaintroub2012-11-021-0/+6
* | Compile 10.0 on WindowsVladislav Vaintroub2012-08-301-5/+8
* | More fixesMichael Widenius2012-08-171-4/+0
* | Next part of merge. See TODO for detailsMichael Widenius2012-08-141-29/+59
|/
* mysql-5.5 mergeSergei Golubchik2012-06-141-3/+3
|\
| * Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-3/+6
| |\
* | \ cSergei Golubchik2012-05-211-0/+3
|\ \ \ | | |/ | |/|
| * | BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON ...Tatjana Azundris Nuernberg2012-02-191-0/+3
| |\ \ | | |/ | |/|
| | * BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON ...Tatjana Azundris Nuernberg2012-02-171-0/+3
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
* | | | merge 5.5Vladislav Vaintroub2012-02-271-2/+2
|\ \ \ \
| * | | | Fix MWL#192 build error: Remove SSL special case for embedded server.unknown2012-02-221-2/+0
| * | | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-211-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-201-0/+2
| | * | | Changed version number from RC to stableMichael Widenius2010-01-291-2/+2
| | |\ \ \ | | | |/ /
| | * | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-2/+2
| | |\ \ \ | | | |/ /
| | * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-2/+6
| | |\ \ \
| | * \ \ \ Merge MySQL->MariaDBSergey Petrunya2009-09-081-1/+9
| | |\ \ \ \
| | * | | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-0/+1
* | | | | | | further reduce diffs to 5.5, monty reviewVladislav Vaintroub2012-01-241-1/+12
* | | | | | | Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-0/+3
|/ / / / / /
* | | | | | Bug#11745920/Bug#21287: "SSL connection error" is not helpful! (ssl-verify-se...Tatjana Azundris Nuernberg2011-05-191-3/+3
* | | | | | A patch for Bug#12325375: THE SERVER ON WINXP DOES NOT ALLOW CONNECTIONSAlexander Nozdrin2011-04-081-1/+3
* | | | | | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-0/+1
* | | | | | Backport of:Konstantin Osipov2010-04-131-0/+2
* | | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+4
* | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Bug#47571 : idle named pipe connection is unkillableVladislav Vaintroub2009-11-201-2/+2
| | |_|/ / | |/| | |
* | | | | Backport of WL#798 (MySQL IPv6 support) from 6.0.Alexander Nozdrin2009-11-251-9/+15
* | | | | Backport the implementation of vio_pending from 6.0-codebase.Konstantin Osipov2009-11-211-0/+1
* | | | | Manual merge of mysql-next-mr-runtime upstream.Davi Arnaut2009-11-191-10/+6
|\ \ \ \ \ | |/ / / / |/| | | |