summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* remove a google specific scriptSergei Golubchik2015-04-081-119/+0
|
* Push for testing of encryptionMonty2015-02-101-0/+119
|
* 5.5 mergeSergei Golubchik2015-01-212-2/+2
|\
| * mysql-5.5.41 mergeSergei Golubchik2014-12-192-2/+2
| |\
| | * Changing the copyright headers a bit to be complaint with the standardsMurthy Narkedimilli2014-08-272-2/+2
| | |
* | | 5.5.40+ mergeSergei Golubchik2014-10-091-5/+5
|\ \ \ | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | stat structure (from <sys/stat.h>) is conditionally defined to have different layout and size depending on the defined macros. The correct macro is defined in my_config.h, which means it MUST be included first (or, at least before <features.h> - so, practically, before including any system headers).
* | | MDEV-6647 MariaDB CLI client doesnt show CREATE INDEX progressSergei Golubchik2014-09-101-1/+19
| | | | | | | | | | | | SQLCOM_CREATE_INDEX was missing CF_REPORT_PROGRESS flag
* | | Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance ↵Michael Widenius2014-07-191-1/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schema and big packets in debug version. The bug was that my_real_read() called net_before_header_psi() multiple times for long packets. Fixed by adding a flag when we are reading a header. Did also some cleanups to interface of my_net_read() to avoid unnecessary calls if performance schema is not used. - Added my_net_read_packet() as a replacement for my_net_read(). my_net_read() is still in the client library for old clients. - Removed THD->m_server_idle (not needed anymore as this is now given as argument to my_net_read_packet() - Added my_net_read_packet(), which is a new version of my_net_read() with a new parameter if we are doing a read for a new command from the server. - Added tests for compressed protocol and big packets include/mysql.h.pp: Added my_net_read_packet() as a replacement for my_net_read() include/mysql_com.h: Added my_net_read_packet() as a replacement for my_net_read() mysql-test/r/mysql_client_test_comp.result: New test mysql-test/t/mysql_client_test-master.opt: Added max_allowed_packet to be able to test big packets and packet size overflows. mysql-test/t/mysql_client_test_comp-master.opt: New test mysql-test/t/mysql_client_test_nonblock-master.opt: Added max_allowed_packet to be able to test big packets and packet size overflows. sql-common/client.c: Use my_net_read_packet() sql/mf_iocache.cc: Use my_net_read_packet() sql/mysqld.cc: Removed THD->m_server_idle (not needed anymore as this is now given as argument to my_net_read_packet() sql/net_serv.cc: Added argument to my_real_read() to indicte if we are reading the first block of the next statement and should call performance schema. Added 'compatibilty function' my_net_read(). Added my_net_read_packet(), which is a new version of my_net_read() with a new parameter if we are doing a read for a new command from the server. sql/sql_class.cc: Removed m_server_idle (not needed anymore) sql/sql_class.h: Removed m_server_idle (not needed anymore) sql/sql_parse.cc: Removed m_server_idle (not needed anymore) tests/mysql_client_test.c: Added tests for compressed protocol and big packets
* | | MDEV-5995 MySQL Bug#12750920: EMBEDDED SERVER START/STOP.Alexey Botchkov2014-06-112-11/+175
| | | | | | | | | | | | | | | | | | Some variables weren't cleared properly so consequitive embedded server start/stop failed. Cleanups added. Also mysql_client_test.c extended to test that (taken from Mattias Johnson's patch)
* | | 5.5.38 mergeSergei Golubchik2014-06-061-0/+1
|\ \ \ | |/ /
| * | cmake: mark AIO_LIBRARY, EVENT_LIBRARY, GROFF, NROFF as advanced;Sergei Golubchik2014-06-031-0/+1
| | | | | | | | | | | | use -ggdb3 if supported
* | | 5.5 mergeSergei Golubchik2014-05-0912-0/+12
|\ \ \ | |/ /
| * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-2712-0/+12
| |\ \ | | |/
| | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-1712-0/+12
| | | | | | | | | | | | | | | to copyright header.
* | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and ↵Alexander Barkov2014-03-071-3/+13
| | | | | | | | | | | | the SQL Standard)
* | | MDEV-4603 mysql_stmt_reset returns "commands out of sync" errorunknown2014-03-061-0/+104
| | |
* | | 10.0-base mergeSergei Golubchik2014-02-268-10/+18
|\ \ \
| * \ \ 5.5 mergeSergei Golubchik2014-02-258-10/+18
| |\ \ \ | | |/ /
| | * | MySQL-5.5.36 mergeSergei Golubchik2014-02-178-10/+18
| | |\ \ | | | |/ | | | | | | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-068-10/+18
| | | |
* | | | 10.0-base mergeSergei Golubchik2013-12-161-1/+1
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-12-151-1/+1
| |\ \ \ | | |/ /
| | * | Fixed compiler errors and warningsMichael Widenius2013-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extra/jemalloc/src/ctl.c: Fixed compiler warning include/mysql/service_logger.h: Fixed compile failure with clang compiler storage/maria/ma_check.c: Fixed compiler warning support-files/compiler_warnings.supp: Suppressed warnings in jemalloc tests/bug25714.c: Fixed compiler warning
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax ↵Sergei Golubchik2013-09-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | error in include/my_global.h C++ comments in C files, and a typo in my_global.h
* | | | MDEV-4865 Change related to --log option/variable was merged partiallySergei Golubchik2013-08-131-2/+4
| | | | | | | | | | | | | | | | | | | | Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk (WL#5185 Remove deprecated 5.1 features)
* | | | 10.0-monty mergeSergei Golubchik2013-07-213-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | fix mysql_client_test failure, sometimes we do warnings differentlySergei Golubchik2013-07-091-3/+2
| | | | |
| * | | | Fix compilation: tests/async_queries links againist client library, and Sergey Petrunya2013-07-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | must use C++ linking due to client library using SSL library, which needs C++ linking
| * | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+1
| | | | |
* | | | | 10.0-base mergeSergei Golubchik2013-07-1822-23/+95
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 5.5 mergeSergei Golubchik2013-07-1722-23/+95
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mysql-5.5.32 mergeSergei Golubchik2013-07-1622-22/+22
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Correcting the permissions of the executable files.Murthy Narkedimilli2013-03-2012-0/+0
| | | | |
| | | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-1922-22/+22
| | | | |
| | | * | merge 5.1 => 5.5Tor Didriksen2012-11-011-0/+1
| | | |\ \
| | | | * | Bug#14840488 VALGRIND ERRORS IN MYSQL_CLIENT_TESTTor Didriksen2012-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing DBUG_RETURNs, otherwise the debug-stack gets messed up, and _db_enter_ and _db_exit_ will access data outside the current stack frame.
| | * | | | MDEV-4601 : Allow MariaDB to be build without non-blocking client.Vladislav Vaintroub2013-06-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-blocking client currently can be build on Windows, GCC on i386 and x64, or any OS wth ucontext.h header. Prior to this patch, build failed if neither of these conditions is true. Fix to avoid compiler errors in these case - non-blocking API would not be useful on , but otherwise everything will work as before.
| | * | | | MDEV-4604 Wrong server status when sending out parametersSergei Golubchik2013-06-121-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reset SERVER_MORE_RESULTS_EXISTS *after* sending the OUT packet to the client. the next packet will be the last one. patch by Georg Richter.
* | | | | | 10.0-base mergeSergei Golubchik2013-06-061-5/+114
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | (without InnoDB - all InnoDB changes were ignored)
| * | | | | 5.5 mergeSergei Golubchik2013-06-061-5/+114
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.3 merge.Sergei Golubchik2013-05-201-1/+109
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | change maria.distinct to use a function that doesn't require ssl-enabled builds
| | | * \ \ \ 5.2 mergeSergei Golubchik2013-05-201-1/+109
| | | |\ \ \ \
| | | | * \ \ \ 5.1 mergeSergei Golubchik2013-05-201-1/+109
| | | | |\ \ \ \
| | | | | * | | | MDEV-4326 fix.unknown2013-04-091-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed "optimization" which caused preoblems on second execution of PS with string parameter in LIMIT clause. Fixed test_bug43560 to be able to skipp it if connection is UNIX socket.
| | * | | | | | | MDEV-4332 Increase username length from 16 charactersSergei Golubchik2013-04-181-4/+5
| | | | | | | | |
* | | | | | | | | 10.0-base mergeSergei Golubchik2013-04-151-9/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | 5.5 mergeSergei Golubchik2013-04-141-4/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /