summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation10.2-sslVladislav Vaintroub2016-02-109-42/+25
* Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-0815-88/+113
* Corrected freeing of thd when running with wsrep and thread poolMonty2016-02-071-3/+4
* We can't call set_server_version() in signal handler as it's not callable afterMonty2016-02-071-1/+0
* MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-0750-545/+872
* Optimized intkorr() and intstore(functions) for intel 64 bits.Monty2016-02-072-24/+85
* cleanup: remove a couple of unused cmake checks and definesSergei Golubchik2016-02-062-5/+0
* Merge branch '10.1' into 10.2Monty2016-02-06166-1144/+5719
|\
| * MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY querySergei Petrunia2016-02-033-53/+4
| * Fixed warnings and one memory loss found by valgrindMonty2016-02-023-13/+13
| * Merge branch '10.0' into 10.1Monty2016-02-029-23/+81
| |\
| | * Merge branch '10.0' of github.com:MariaDB/server into 10.0Sergei Petrunia2016-02-014-2/+6
| | |\
| | | * Merge MDEV-9112 into 10.0Kristian Nielsen2016-02-014-2/+6
| | | |\
| | * | | MDEV-9505: Valgrind failure in SEL_ARG::store_min,find_used_partitionsSergei Petrunia2016-02-013-11/+42
| | |/ /
| | * | MDEV-6421 SQL_ERROR_LOG doesn't log comments in Events.Alexey Botchkov2016-01-265-11/+39
| * | | Fix authentication plugin's tests in case username contains non-alphanumeric ...Vladislav Vaintroub2016-02-014-8/+8
| * | | MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY querySergei Petrunia2016-02-013-4/+53
| * | | Merge MDEV-9112 into 10.1Kristian Nielsen2016-02-014-2/+6
| |\ \ \ | | | |/ | | |/|
| | * | MDEV-9112: Non-blocking client API missing on non-x86 platformsGeorg Richter2016-02-014-2/+6
| * | | MDEV-9503 Server crashes in fix_fields, main.null fails with ps-protocolAlexander Barkov2016-02-011-24/+72
| * | | Raise the version numberElena Stepanova2016-02-011-1/+1
| * | | MDEV-9502 maria.encrypt-wrong-key fails with embedded serverElena Stepanova2016-02-011-0/+2
| * | | MDEV9494 Fix build for Heimdal KerberosVladislav Vaintroub2016-01-311-1/+1
| * | | MDEV-8724 Assertion `rc == 0' failed in ma_decrypt on reading an Aria tablemariadb-10.1.11Monty2016-01-283-28/+106
| * | | MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.xAlexander Barkov2016-01-285-15/+281
| * | | bump the versionSergei Golubchik2016-01-281-1/+1
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-21/+29
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+9
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-284-0/+117
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-283-8/+47
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-284-14/+58
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-284-213/+252
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-284-4/+52
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-284-26/+63
| * | | MDEV-8615: Assertion `m_cpp_buf <= begin_ptr && begin_ptr <= m_cpp_buf + m_bu...Oleksandr Byelkin2016-01-273-57/+133
| * | | fix failures of ps and ps_1general in --ps-protocolSergei Golubchik2016-01-271-5/+9
| * | | compiler warningsSergei Golubchik2016-01-273-3/+2
| * | | Address review comments, add unit testVladislav Vaintroub2016-01-275-69/+55
| * | | Revert "On Windows SSL works with sockets only, so we shouldn't tell the client"Georg Richter2016-01-271-5/+2
| * | | On Windows SSL works with sockets only, so we shouldn't tell the clientGeorg Richter2016-01-271-2/+5
| * | | New authentication plugin for authentication via named pipe on WindowsGeorg Richter2016-01-272-0/+145
| * | | Fixed MDEV-9347 Not all rows returned by the C APIMonty2016-01-272-1/+17
| * | | MDEV-9332 Bug after upgrade to 10.1.10Alexander Barkov2016-01-275-8/+135
| * | | [MDEV-9468]: Client hangs in my_addr_resolveVicențiu Ciorbaru2016-01-261-1/+5
| * | | Comment fixed.Alexey Botchkov2016-01-261-1/+1
| * | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-264-29/+118
| * | | Fix packaging for client RPM plugins - provide 'ignored' listVladislav Vaintroub2016-01-261-5/+5
| * | | Merge branch '10.1' of http://github.com/MariaDB/server into 10.1Vladislav Vaintroub2016-01-263-8/+10
| |\ \ \
| | * | | A clean-up patch for Item_func_conv_charset (needed for MDEV-9181)Alexander Barkov2016-01-263-8/+10
| * | | | Fix invalid format warningsVladislav Vaintroub2016-01-262-2/+2
| |/ / /