|
|
c90d91cba9
|
*: Support insert ignore (#1579)
Ignore duplicate key errors for insert ignore stmt, Fix #1570
|
2016-08-22 14:18:56 +08:00 |
|
|
|
27ae3a2f98
|
*: Cleanup UseNewPlanner (#1614)
|
2016-08-21 21:20:06 +08:00 |
|
|
|
e4ac5301ce
|
remove useless code. (#1609)
|
2016-08-20 16:00:20 +08:00 |
|
|
|
6e878144e5
|
support UPDATE and DELETE in new plan (#1582)
|
2016-08-19 14:35:39 +08:00 |
|
|
|
cf0be8a233
|
executor: remove useless getTable function (#1439)
|
2016-07-13 11:26:43 +08:00 |
|
|
|
13910f108c
|
ddl: fix ddl update join table. (#1426)
|
2016-07-12 12:52:18 +08:00 |
|
|
|
8c504c4795
|
*: remove splitQualifiedName, joinQualifiedName, and update comments. (#1423)
|
2016-07-11 16:06:53 +08:00 |
|
|
|
257df744bb
|
fix bugs of insert and subquery (#1406)
|
2016-07-07 17:12:14 +08:00 |
|
|
|
0450ba0b47
|
*: unify "See url" format (#1391)
* *: unify "See url" format
|
2016-07-05 11:21:10 +08:00 |
|
|
|
a75f677900
|
support set variable, prepare and insert stmt. (#1359)
|
2016-06-29 18:26:47 +08:00 |
|
|
|
cad94acb54
|
Store row data in single kv pair (#1347)
|
2016-06-28 11:15:09 +08:00 |
|
|
|
e3597b6548
|
Add Datum.IsNull() fucntion (#1298)
Add IsNull function for Datum to simplify null check.
|
2016-06-07 23:35:25 +08:00 |
|
|
|
10359b0052
|
rewrite executor. (#1294)
* rewrite executor.
|
2016-06-07 20:32:15 +08:00 |
|
|
|
86fe54dadc
|
*: Fix issue 1118 (#1259)
* *: fix issue 1118
|
2016-05-26 12:49:43 +08:00 |
|
|
|
622f8fca2a
|
*: refactor, move index and column into table package. (#1251)
|
2016-05-24 11:08:15 +08:00 |
|
|
|
965e704412
|
executor: makes dirty table supports XAPI. (#1245)
|
2016-05-24 10:53:17 +08:00 |
|
|
|
4eab06df0d
|
*: Fix issue 1135 (#1188)
* *: fix issue 1135
* tidb_server: set the logging level to error
|
2016-05-03 21:22:28 +08:00 |
|
|
|
c26dfd54e4
|
executor: Change interface to datum in executor. (#1103)
Change interface to datum in executor.
|
2016-04-20 09:52:23 +08:00 |
|
|
|
08bf548700
|
*: Fix replace statement conflict with multiple row bug.
Fix: https://github.com/pingcap/tidb/issues/1012
|
2016-03-25 16:40:12 +08:00 |
|
|
|
211a3c0c9c
|
executor: Fix replace statement bug when handle is changed.
Fix: https://github.com/pingcap/tidb/issues/989
When replace row we should check if handle is changed.
|
2016-03-25 11:04:28 +08:00 |
|
|
|
6604c81f5a
|
*: fix issue#996 and handle prepared retry
|
2016-03-24 12:08:53 +08:00 |
|
|
|
7a7026e750
|
*: add a null kind judgment in the update statement and update comments
|
2016-03-18 14:29:57 +08:00 |
|
|
|
15c0319294
|
*: fix issue 962 and handle other questions about auto increment.
|
2016-03-18 12:23:55 +08:00 |
|
|
|
ce531c7f0d
|
executor: fix issue959 and add tests
|
2016-03-10 15:13:18 +08:00 |
|
|
|
8729b45bb6
|
*: add tests
|
2016-03-09 16:52:52 +08:00 |
|
|
|
c3e3a7c580
|
*: fix issue 827
|
2016-03-08 18:07:44 +08:00 |
|
|
|
d5941446c2
|
table: replace interface{} with Datum in table.
|
2016-03-02 21:01:20 +08:00 |
|
|
|
af131d2127
|
executor: replace Executor interface{} with Datum.
|
2016-03-02 16:13:25 +08:00 |
|
|
|
043ebd5ec8
|
*: Refactor package organization
1. Move evaluator from optimizer to root dir.
2. Move builtin from expression to evaluator.
3. Remove expression package.
|
2016-03-02 13:48:22 +08:00 |
|
|
|
09fdc21529
|
*: Remove field package
It is useless when we remove field.ResultField
|
2016-03-01 16:32:16 +08:00 |
|
|
|
2c66123d72
|
executor: use struct{} for map value.
|
2016-02-19 16:24:43 +08:00 |
|
|
|
b47cf737c8
|
*: add Table.Seek method and use handle for RowKeyEntry.
Avoid calling `table/tables` methods in `executor`, makes `Table` interface independent.
|
2016-02-19 14:31:04 +08:00 |
|
|
|
ec475aae5f
|
*: simplify 'table.Table` interface.
Makes it easier to implement a in-memory table.
|
2016-02-18 20:58:53 +08:00 |
|
|
|
a60199f5cd
|
*: Support replace stmt in new plan
|
2016-02-17 10:43:21 +08:00 |
|
|
|
5461e6256b
|
*: Support InsertStmt in new plan.
|
2016-02-16 17:50:33 +08:00 |
|
|
|
f164aa5f1e
|
*: Support delete in new plan
Move DeleteStmt from old plan to new plan.
|
2016-02-15 11:41:52 +08:00 |
|
|
|
178c8d5b43
|
executor: address comment.
|
2016-02-04 15:44:39 +08:00 |
|
|
|
51a3148866
|
executor: support 'UPDATE' statement.
A test case is Skipped, which will be fixed in following PR.
|
2016-02-04 14:21:54 +08:00 |
|