|
|
1ae31c9fad
|
Support delete ignore with strict sql mode produces warnings in truncate error (#4564)
|
2017-09-19 16:20:13 +08:00 |
|
|
|
c4a2824ca9
|
Support update ignore for truncate as warning (#4431)
|
2017-09-19 11:02:17 +08:00 |
|
|
|
fc8b2ee47c
|
fix #4514 (#4517)
|
2017-09-14 15:31:20 +08:00 |
|
|
|
6f9457e373
|
executor: use tearDownTest instead of defer (#4499)
|
2017-09-12 01:02:41 -05:00 |
|
|
|
ae30c4dcbc
|
support "UPDATE IGNORE", update conflicts generate warning (#4397)
|
2017-09-04 11:13:18 +08:00 |
|
|
|
a68d3ad1ee
|
executor: "INSERT IGNORE" generate warnings for duplicate-key error (#4381)
|
2017-08-31 14:29:28 +08:00 |
|
|
|
46c1a0e3c3
|
support INSERT IGNORE with strict sql mode produces warning instead of error (#4376)
* fix infoschema not support unsigned
|
2017-08-30 17:02:35 +08:00 |
|
|
|
29cf5d92c0
|
executor: fix batch insert on duplicate key (#4344)
|
2017-08-28 18:42:37 +08:00 |
|
|
|
31edc09341
|
Add a system variable to enable automatic split delete data into batches. (#4256)
* *: Batch delete data
|
2017-08-21 10:37:24 +08:00 |
|
|
|
861c8c9beb
|
plan: fix a bug when prune extra handle column (#4079)
|
2017-08-08 21:46:56 +08:00 |
|
|
|
91ba0841b0
|
executor, sessionctx, util: treat decimal truncation as warning during inserting (#3897)
|
2017-07-26 19:10:42 +08:00 |
|
|
|
d35acbdf08
|
types: Fix insert error when column length is zero (#3849)
|
2017-07-25 18:59:38 +08:00 |
|
|
|
b55245dd83
|
executor: a naive support for load data fields enclosed by (#3759)
|
2017-07-20 15:08:24 +08:00 |
|
|
|
1e1d01ad10
|
executor: fix explicitly insert null value into timestamp column (#3646)
create table t (ts timestamp);
insert into t values (null);
This should insert a null rather than default value.
|
2017-07-12 17:13:23 +08:00 |
|
|
|
2480b50589
|
executor: support SQL mode NO_AUTO_VALUE_ON_ZERO (#3661)
* support sql_mode NO_AUTO_VALUE_ON_ZERO
|
2017-07-08 22:22:07 +08:00 |
|
|
|
1d0fca7bce
|
executor: fix some compatibility prob in multi update (#3651)
|
2017-07-07 11:17:29 +08:00 |
|
|
|
0e0e48e6a6
|
executor, util: fix invalid time format "YY-MM-DD HH:MM"(#3509) (#3511)
|
2017-06-20 15:40:35 +08:00 |
|
|
|
cae65ff127
|
executor, util: fix gorm-test when cast a value to varbinary(N) (#3379)
|
2017-06-04 21:18:47 +08:00 |
|
|
|
f83bdd0aaf
|
*: fix 3235 (#3358)
|
2017-05-31 23:27:47 +08:00 |
|
|
|
213954d2e7
|
*: add specified columns for LOAD DATA INFILE Syntax (#3240)
* : add specified columns for LOAD DATA INFILE Syntax
|
2017-05-15 16:40:47 +08:00 |
|
|
|
5f34aa4776
|
*: Add warnings for load data (#3224)
|
2017-05-11 08:11:52 +08:00 |
|
|
|
b4f20e6f0b
|
util/testkit: refine testkit (#3177)
|
2017-04-29 23:20:49 +08:00 |
|
|
|
a9a33b0209
|
fix typo (#3179)
|
2017-04-29 00:24:27 +08:00 |
|
|
|
59154905aa
|
*: rename table-driven tests name. (#3081)
|
2017-04-19 10:02:57 +08:00 |
|
|
|
992f367924
|
*: fix batch insert test data race (#2968)
Use atomic functions to access limit variable.
|
2017-03-30 16:36:04 +08:00 |
|
|
|
e068663cdc
|
Auto split insert data into multiple batches. (#2958)
Add a sysvar to enable batch insert data and disable batch insert in transaction.
|
2017-03-30 14:57:55 +08:00 |
|
|
|
10260db2bd
|
table/tables: fix update unique index in transaction (#2843)
|
2017-03-16 12:02:50 +08:00 |
|
|
|
faf74ee5ca
|
executor: fix a bug when subquery meet update. (#2669)
|
2017-02-18 19:18:50 +08:00 |
|
|
|
31d3b87704
|
executor: fix a bug about table name comparison (#2643)
|
2017-02-15 13:27:56 +08:00 |
|
|
|
7965666bce
|
executor: ajust some code. (#2574)
|
2017-01-30 09:45:50 +08:00 |
|