summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-16/+16
| | | | | | | | | | | | | This is port of fix for MySQL BUG#17647863. revno: 5572 revision-id: jon.hauglid@oracle.com-20131030232243-b0pw98oy72uka2sj committer: Jon Olav Hauglid <jon.hauglid@oracle.com> timestamp: Thu 2013-10-31 00:22:43 +0100 message: Bug#17647863: MYSQL DOES NOT COMPILE ON OSX 10.9 GM Rename test() macro to MY_TEST() to avoid conflict with libc++.
* skip performance_schema also in spider/bg suiteSergei Golubchik2014-02-061-1/+1
| | | | (as it was done for spider suite)
* MDEV-5499 install_spider.sql tries to create tables with DEFAULT clause for ↵Sergei Golubchik2014-02-061-42/+42
| | | | TEXT columns
* more solaris fixes. xtradb and spider.Sergei Golubchik2014-02-051-0/+1
|
* Spider tests failed in buildbot due to the lack of memory.Elena Stepanova2014-02-051-1/+1
| | | | | Turned off Performance Schema for Spider test suite
* mtr: print a detailed warning on a uninit assignment in the [ENV] groupSergei Golubchik2013-12-255-140/+140
| | | | spider suites: #varname is a valid syntax for a variable name, don't use it for comments
* 10.0-base mergeSergei Golubchik2013-12-161-0/+2
|
* MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | fix the code to compile with clang. fix warnings too. include/probes_mysql_nodtrace.h: clang++ doesn't like numeric _constants_ being used in || (it suspects that the intention was | ). Boolean constants are ok. sql/hostname.cc: only used in DBUG_ASSERT sql/item.cc: str_to_time and str_to_datetime return bool, not MYSQL_TIMESTAMP_xxx sql/item_func.cc: str_to_datetime_with_warn() returns bool, not MYSQL_TIMESTAMP_xxx storage/cassandra/CMakeLists.txt: CMAKE_CXX_FLAGS can be empty storage/connect/odbconn.cpp: HWND is void* storage/connect/user_connect.h: deprecated on FreeBSD and unused anyway storage/connect/value.cpp: bad characters inside. unused. storage/spider/spd_trx.cc: clang++ warns that memset will also overwrite vtbl. it might be as well a good idea, as it asserts that the object will only be used as a storage. silence the warning.
* MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-1/+1
| | | | | | | | | | merged from 5.6: Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIRE ALTER TABLE ... ALGORITHM= ... STATEMENT Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN DOWNGRADED FROM 5.6.11 TO 5.6.10 plus minor changes from 5.6, mainly comments
* MroongaSE: addint thd_autoinc and thd_error_context plugin servicesAlexander Barkov2013-12-121-2/+2
|
* fix MEDV-4736 Assertion `! is_set()' fails in ↵Kentoku SHIBA2013-09-309-25/+166
| | | | Diagnostics_area::set_ok_status on UPDATE which violates constraint on a remote table
* fix crash at thd_wait_begin()Kentoku SHIBA2013-09-251-0/+13
|
* fix MDEV-4735 Assertion `! is_set()' fails in ↵Kentoku SHIBA2013-09-191-8/+20
| | | | Diagnostics_area::set_ok_status on attempt to create a temporary SPIDER table connecting to non-existing source
* fix MDEV-4738 INSERT DELAYED on a SPIDER table doesn't produce ↵Kentoku SHIBA2013-09-191-0/+1
| | | | ER_DELAYED_NOT_SUPPORTED, doesn't work like delayed, and doesn't honor lock_wait_timeout like normal INSERT
* fix MDEV-4737 Server crashes in spider_mysql_handler::append_match_against ↵Kentoku SHIBA2013-09-191-1/+7
| | | | on SELECT .. MATCH .. AGAINST .. BOOLEAN MODE
* fix build errorsKentoku SHIBA2013-09-171-12/+12
|
* add debug logs.Kentoku SHIBA2013-09-171-0/+18
|
* fix MDEV-4949 Spider engine causes compilation errors if compiled without ↵Kentoku SHIBA2013-09-17120-15646/+19040
| | | | partitioning
* add some direct aggregate feature.Kentoku SHIBA2013-09-1713-37/+1181
|
* fix a case of different linked table name for mrr.Kentoku SHIBA2013-09-1710-17/+308
|
* fix mrr duplicate keyKentoku SHIBA2013-09-173-1/+75
|
* add spider_bka_mode=2Kentoku SHIBA2013-09-1713-55/+1087
|
* Change for mearging MariaDB 10.0.4.Kentoku SHIBA2013-08-2410-169/+187
|
* Add mysql.spider_xa_failed_log table.Kentoku SHIBA2013-08-244-1/+120
|
* Fix for xa transaction restart when disconnection data node connection.Kentoku SHIBA2013-08-243-72/+37
|
* Fix for crash bug #4733.Kentoku SHIBA2013-08-241-0/+4
|
* Fix for crash bug #4732.Kentoku SHIBA2013-08-241-4/+4
|
* Fix for parallel search. #1129074Kentoku SHIBA2013-08-242-8/+20
|
* Add spider_general_log and spider_log_result_errors feature.Kentoku SHIBA2013-08-249-2/+167
|
* Fix valgrind warnings.Kentoku SHIBA2013-08-242-2/+19
|
* Add flugs function parameter to start_bulk_insertKentoku SHIBA2013-08-242-1/+20
|
* Fulltext search optimization. Discard match fields.Kentoku SHIBA2013-08-2413-79/+342
|
* Revert change for 10.0.4. It's remerge later.Kentoku SHIBA2013-08-247-72/+65
|
* Merge fixes for:Sergey Vojtovich2013-08-083-2/+351
|\ | | | | | | | | | | | | MDEV-4797 - Spider crash on show create table spider table and replication multi source to one of the partitions MDEV-4747 - Spider: add missing install_spider.sql
| * fix for MDEV-4797Kentoku SHIBA2013-07-311-1/+1
| |
| * change CMakeLists.txt for install install_spider.sql.Kentoku SHIBA2013-07-041-1/+8
| | | | | | | | MDEV-4747 - Spider: add missing install_spider.sql
| * move installing sql file into scripts directoryKentoku SHIBA2013-06-291-0/+0
| |
| * add installing sql fileKentoku SHIBA2013-06-291-0/+342
| |
* | MDEV4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-237-58/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_table.cc: Removed false assertion that HA_NO_COPY_ON_ALTER is merge specific. This flag is used at least by Spider and Connect. storage/spider/ha_spider.cc: Renamed THD::stmt_da -> THD::get_stmt_da(). Renamed KEY::key_parts -> KEY::user_defined_key_parts. Renamed ALTER_* flags -> Alter_info::ALTER_*. storage/spider/spd_conn.cc: Renamed THD::stmt_da -> THD::get_stmt_da(). storage/spider/spd_db_conn.cc: Renamed MYSQL_ERROR -> Sql_condition. Renamed KEY::key_parts -> KEY::user_defined_key_parts. storage/spider/spd_db_include.h: current_comment_start argument of generate_parition_syntax() was removed during merge. storage/spider/spd_db_mysql.cc: Renamed KEY::key_parts -> KEY::user_defined_key_parts. storage/spider/spd_ping_table.cc: Renamed THD::stmt_da -> THD::get_stmt_da(). storage/spider/spd_table.cc: Include my_getopt.h so that it exports my_defaults_file and my_defaults_extra_file. Renamed KEY::key_parts -> KEY::user_defined_key_parts.
* | Adding support for the SQL-standard temporal literals.Alexander Barkov2013-07-101-7/+13
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | added: mysql-test/r/temporal_literal.result mysql-test/t/temporal_literal.test modified: client/mysqlbinlog.cc include/my_time.h mysql-test/r/cast.result mysql-test/r/partition_innodb.result mysql-test/t/cast.test mysql-test/t/partition_innodb.test sql-common/my_time.c sql/field.cc sql/item.cc sql/item.h sql/item_cmpfunc.cc sql/item_create.cc sql/item_create.h sql/item_strfunc.cc sql/item_timefunc.cc sql/item_timefunc.h sql/sql_select.cc sql/sql_time.cc sql/sql_time.h sql/sql_yacc.yy storage/spider/spd_db_mysql.cc
* MDEV-4438 - Spider storage engineSergey Vojtovich2013-06-27449-0/+158435