8997 Commits (94d23e2413d61f9f14b230c6f73b8bdc99cd158b)

Author SHA1 Message Date
Elena Stepanova 71f4a24d06 MDEV-5452 10.0 does not build on openSUSE 13.1 12 years ago
Olivier Bertrand 18112a3f0c - Fix logical error in STRBLK::SetValue 12 years ago
Sergei Golubchik e27c34f9e4 undelete a file 12 years ago
Sergei Golubchik ce2fabe442 move oqgraph and sphinx suites into storage/*/mysql-test/ 12 years ago
Sergey Vojtovich 4541c4d3fb MDEV-5319 - Request for merge of Oqgraph v3 functionality 12 years ago
Olivier Bertrand e2804d9b74 - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tables 12 years ago
Sergei Golubchik 39a8d7965d don't run tokudb tests for --embedded by default 12 years ago
Sergei Golubchik 47b615d84b Fix tokudb.hotindex-insert-bigchar failure in buildbot. 12 years ago
Sergei Golubchik 5313e00199 fix tokudb tests that fail in --ps-protocol 12 years ago
Alexander Barkov 1e711c8d04 ConnectSE: making odbc_postgresql.test independent from 12 years ago
Sergei Golubchik 976e242c78 update tokudb version. mask tests that are broken there. 12 years ago
Olivier Bertrand a58e4e8af1 - Fix (temporarily) bug on odbc_postgresql.test 12 years ago
Olivier Bertrand 7e8504b523 - Add longjmp initialization in PlgAllocResult 12 years ago
Olivier Bertrand f69980c6df - Fix errors and warnings occuring in --embedded tests 12 years ago
Alexander Barkov 83416c0fee Fixing the message displayed when the test PostgreSQL data source name 12 years ago
Alexander Barkov f19f8f0ee4 MDEV-5341 ConnectSE: discovery for ODBC tables does not work if tables 12 years ago
Alexander Barkov 57fcf1cbe4 Moving the code checking libxml2 into a *.inc file. 12 years ago
Olivier Bertrand 1e1345c451 - Raise the limit on returned lines for table ODBC catalog tables 12 years ago
Alexander Barkov 37611b2a32 MDEV-5343 ConnectSE: ODBC: CATFUNC=Tables and CATFUNC=Columns crash when 12 years ago
Alexander Barkov be09466e37 Adding basic ODBC tests that do not need a DSN 12 years ago
Olivier Bertrand e694ac4193 - Suppress eventual prompting when connecting to an ODBC source 12 years ago
Olivier Bertrand 54d4589dde - Previous MDEV-5261 was generating wrong warnings 12 years ago
Olivier Bertrand a8b09c14ef - Fix bug MDEV-5261 12 years ago
Olivier Bertrand 41dbe1c96b - Fix a typo error in tabutil line 213 12 years ago
Olivier Bertrand ee2f04450b - Add support for unsigned numeric types 12 years ago
Sergei Golubchik f534708bd6 MDEV-5266 MySQL:57657 - Temporary MERGE table with temporary underlying is broken by ALTER 12 years ago
Olivier Bertrand 0d37409fe7 - Fix gcc compiling error 12 years ago
Sergei Golubchik ab3604989c MDEV-4243 [PATCH] Warnings/errors while compiling with clang 12 years ago
Sergei Golubchik 1387e71531 MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1 12 years ago
Olivier Bertrand f53ad74cd1 - Fix some wrong changes preparing for unsigned data types 12 years ago
Sergei Golubchik c2839e2cf2 mysql-test: allow suite.pm add its suite to the default list. 12 years ago
Olivier Bertrand 385dbaeae0 - Fix gcc compilation warnings 12 years ago
Sergei Golubchik e29c74c201 Fix a first timestamp column in the sql-based table discovery 12 years ago
Sergei Golubchik 46ea51ff77 tokudb post-merge compilation fixes 12 years ago
Olivier Bertrand aaa982e790 - Fix good recognition of MYSQL table column types. 12 years ago
Alexander Barkov 1345a75922 MroongaSE: addint thd_autoinc and thd_error_context plugin services 12 years ago
Andrew McDonnell 01c514fc88 Update plugin description 12 years ago
Alexander Barkov 8780e1ab24 ConnectSE: Adding CATFUNC=Tables and CATFUC=Columns for the XLS ODBC data source. 12 years ago
Alexander Barkov a392a911c2 Adding tests for CATFUC=Tables and CATFUNC=Columns into odbc_sqlite3.test. 12 years ago
Sergei Golubchik 98c609248b set CMP0022 policy to avoid cmake warnings 12 years ago
Michael Widenius bbda717e93 Fixed compiler errors and warnings 12 years ago
Elena Stepanova 253ed701e9 A fix for MySQL#65146 introduced a new warning. 12 years ago
Jan Lindström a5e236db54 Add additional srv_use_fallocate guard for completing the IO with 12 years ago
Jan Lindström 57a70a635a MDEV-5355: InnoDB assertion at shutdown if posix_fallocate is used in ut_a(node->n_pending == 0 || node->space->stop_new_ops); 12 years ago
Sergei Golubchik efab095c7f MDEV-5236 Status variables are not all listed alphabetically 12 years ago
Jan Lindström e730c91688 Added test case for new system variable innodb_use_stacktrace and made sure that it can be used only on startup. Fixed compiler problems on solaris and other platforms that do not contain necessary headers and functions. 12 years ago
Jan Lindström 338587d2f4 MDEV-5247: DB locked up at btr0cur.c line 568. Additional fixes to inconsistent usage of have_LRU_mutex and added additional debug assertions to guard incorrect usage of this mutex. Fixes issues found on additional testing and mysql test suite. 12 years ago
Sergey Vojtovich 1da6d6880b MDEV-5220 - [PATCH] MariaDB 10.0.4 doesn't compile without perfschema 12 years ago
Jan Lindström 10467ec7b3 Fix compiler error introduced on revision 3937, make sure that stackdump is compiled only on __linux__. 12 years ago
Jan Lindström 5d1ec1b951 MDEV-5247: DB locked up at btr0cur.c line 568. There is inconsistent and non logical usage of have_LRU_mutex and incorrect value on ha_innodb.cc when buf_LRU_free_block is called. Additionally, for future long semaphore wait cases added a new configuration variable innodb_use_stacktrace. If this variable is true a signal handler for SIGUSR2 is installed when InnoDB server starts and when a long semaphore wait is detected at sync/sync0array.c we send SIGUSR2 signal to waiting thread and thread that has acuired RW-latch. For both threads a full stacktrace is produced as well as its is possible. 12 years ago