|
|
26e5c0c867
|
*: move evaluator's helper to expression package. (#2291)
|
2016-12-23 11:34:52 +08:00 |
|
|
|
5230f5eabd
|
variable: define StatementContext. (#2121)
StatementContext is used to hold statement execution mode and state.
As every computation need this, there are many API changes.
|
2016-11-29 14:25:38 +08:00 |
|
|
|
9cca7b0b02
|
types: move Bit, Enum, Set, Hex to types package (#2085)
Consistent with Time and MyDecimal.
|
2016-11-24 12:28:55 +08:00 |
|
|
|
b19cc75a94
|
mysql, types: move MyDecimal and Time from 'mysql' to 'types' package. (#2082)
So we don't need to handle sql mode in 'mysql' package, avoid potential dependency cycle.
|
2016-11-24 10:50:31 +08:00 |
|
|
|
0af8520a78
|
sessionctx/variable: remove dependency on context package. (#2064)
Makes using session variable easier and faster.
Prepare for use session variable to handle data truncated error.
|
2016-11-23 14:39:48 +08:00 |
|
|
|
d0cb5d9187
|
*: truncate data (#2002)
|
2016-11-15 14:02:20 +08:00 |
|
|
|
9f615fc5dc
|
table: change Column type to alias of ColumnInfo (#1855)
So we can use a ColumnInfo directly, without coping, reduce memory usage.
|
2016-10-20 21:48:08 +08:00 |
|
|
|
ed4649e85d
|
*: Support load data local (#1634)
|
2016-08-30 09:38:37 +08:00 |
|
|
|
e31b281ee7
|
*: use new MyDecimal implementation. (#1611)
|
2016-08-22 20:24:39 +08:00 |
|
|
|
fda013b080
|
ddl: set default value to zero value when add a not null column. (#1443)
|
2016-07-14 10:57:34 +08:00 |
|
|
|
a0e3c2ee3b
|
ddl: fix column test (#1354)
|
2016-06-28 12:37:12 +08:00 |
|
|
|
dd6bfacdb8
|
*: refactor index, use TableInfo and IndexInfo to create an Index (#1333)
|
2016-06-21 15:26:20 +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 |
|
|
|
7c7b1b59f5
|
*: Unify error (#1273)
* *: unify error format in table, server and xapi package
* terror: remove duplicated code
|
2016-05-31 15:06:11 +08:00 |
|
|
|
f09574d826
|
*: support sql mode (#1263)
|
2016-05-30 13:16:41 +08:00 |
|
|
|
622f8fca2a
|
*: refactor, move index and column into table package. (#1251)
|
2016-05-24 11:08:15 +08:00 |
|