Commit Graph

  • ffa2944d04 circleci: Remove useless http parameter (#2169) Shen Li 2016-12-06 13:45:53 +08:00
  • 8e2c8362d4 Support builtin function schema() (#2173) Shen Li 2016-12-06 13:34:52 +08:00
  • d24f64615a util/types: mysqlTime implements TimeInternal interface (#2142) tiancaiamao 2016-12-06 10:59:10 +08:00
  • e386ccc074 store/tikv: switch case when on. (#2171) Han Fei 2016-12-05 20:51:30 +08:00
  • 93ae13ac57 *: Add circle ci status icon (#2168) Shen Li 2016-12-05 14:47:03 +08:00
  • fb12b1a510 ddl: pass data race (#2167) zimuxia 2016-12-05 11:38:33 +08:00
  • fb6ae5acd3 executor: fix a problem that may cause system hang. (#2163) Han Fei 2016-12-05 10:23:26 +08:00
  • c95ac0a571 tidb-server: disable log highlight when using log file (#2164) siddontang 2016-12-05 00:05:07 +08:00
  • c2c259b45d plan: we won't prune expression that contains set var (#2160) Han Fei 2016-12-04 16:51:58 +08:00
  • f42d3b2bcc *: Support the statement of "alter user" (#2144) zimuxia 2016-12-03 14:01:38 +08:00
  • e02c2688bd ddl: use hookCtx in test (#2159) Ewan Chou 2016-12-02 23:56:44 +08:00
  • 74a1c9935d *: add StatementContext argument to functions. (#2157) Ewan Chou 2016-12-02 23:28:11 +08:00
  • 071caf940e plan: support pushing agg across projection. (#2156) Han Fei 2016-12-02 22:56:25 +08:00
  • fa4bdc766d executor: support the statement of 'set password ... ' and fix issue 2153 (#2155) zimuxia 2016-12-02 18:34:20 +08:00
  • 5738e7fc18 plan: support pushing agg past union all. (#2150) Han Fei 2016-12-02 18:16:51 +08:00
  • d1b5f05a88 plan: Fix date_format type infer (#2152) Shen Li 2016-12-02 14:21:48 +08:00
  • 8f499c9a43 ci: Add circleci (#2154) Shen Li 2016-12-02 14:09:12 +08:00
  • 850b29e98b plan: update gby cols for pushed agg. (#2145) Han Fei 2016-12-01 19:23:14 +08:00
  • 57b201ebac mysql: tiny clean up (#2148) zimuxia 2016-12-01 19:16:46 +08:00
  • e288b3563f types/util: use statement context to handle truncate error. (#2147) Ewan Chou 2016-12-01 19:11:07 +08:00
  • 3a721da8fc *: fix cast decimal allocates large memory. (#2146) Ewan Chou 2016-12-01 17:37:10 +08:00
  • 28a7bac17c store/tikv: fix retry open store (#2122) ShuNing 2016-12-01 14:12:21 +08:00
  • ad30a5b18f plan: fix the value of attribute correlated of HashAgg (#2140) Yiding Cui 2016-12-01 11:31:36 +08:00
  • 1bca024601 parser: parse more PARTITION option (#2133) tiancaiamao 2016-12-01 00:24:20 +08:00
  • 0b828d46f8 *: add context in baseplan, extract constant folder. (#2135) Ewan Chou 2016-12-01 00:17:55 +08:00
  • ca700d2c75 parser: fix wrong offset for token inner mysql comment (#2141) tiancaiamao 2016-11-30 22:29:07 +08:00
  • e321a72998 executor: fix the error when union_scan's src is mem table. (#2138) Han Fei 2016-11-30 21:27:00 +08:00
  • 33dc01f564 plan: fix panic when explain (#2136) Yiding Cui 2016-11-30 19:12:33 +08:00
  • 169f0060e6 domain: remove a debug log (#2139) zimuxia 2016-11-30 17:44:26 +08:00
  • d5afd1aa92 store/tikv: encode keys before save to mvcc store. (#2108) disksing 2016-11-30 14:18:55 +08:00
  • bb203afad4 executor: fix data race (#2134) zimuxia 2016-11-30 11:54:05 +08:00
  • 9311ce64fd executor: fix a bug when join exists in subquery. (#2106) Han Fei 2016-11-30 10:40:22 +08:00
  • 296f4a6cf3 util/types: refact Time introduce a TimeInternal interface (#2098) tiancaiamao 2016-11-29 21:04:59 +08:00
  • b09f97d1f4 plan/validator: add grammar check of constraints when create table (#2129) HuaiyuXu 2016-11-29 20:25:54 +08:00
  • 7e2f769e54 *: remove mockContext in the package of ddl (#2132) zimuxia 2016-11-29 19:44:15 +08:00
  • 6ae4cfd001 *: Set the error of schema expired to retryable error (#2110) zimuxia 2016-11-29 18:16:16 +08:00
  • fb6b620007 *: update ISSUE_TEMPLATE (#2131) Ewan Chou 2016-11-29 17:23:47 +08:00
  • 9ae34add12 sessionctx/binloginfo: fix race. (#2130) Ewan Chou 2016-11-29 17:21:34 +08:00
  • ebfcd3df92 validator: check duplicate key cols when create table (#2123) HuaiyuXu 2016-11-29 15:58:55 +08:00
  • b314115059 *: Fix a typo in information_schema.columns table column name (#2126) Shen Li 2016-11-29 15:23:19 +08:00
  • ebcf494e69 plan: cut unuseful search branch to improve performence. (#2124) Han Fei 2016-11-29 15:00:09 +08:00
  • 704a963f70 server: Enlarge token from 100 to 1000 (#2125) Shen Li 2016-11-29 14:30:28 +08:00
  • 5230f5eabd variable: define StatementContext. (#2121) Ewan Chou 2016-11-29 14:25:38 +08:00
  • e0c9aa71f2 plan: fix a resolve bug. (#2113) Han Fei 2016-11-29 12:03:18 +08:00
  • 36a16d3ee8 parser: handle PARTITION keyword generated by mydumper (#2115) tiancaiamao 2016-11-29 11:29:04 +08:00
  • 24fb8c9752 Add bencher for raw API (#2109) goroutine 2016-11-29 09:58:13 +08:00
  • 743e58772c plan: remove unnecessary log (#2117) goroutine 2016-11-29 08:26:21 +08:00
  • c4d3d5d08a store/tikv: enable test. (#2114) disksing 2016-11-28 21:55:48 +08:00
  • 0348130cd5 fix "context" import. (#2116) disksing 2016-11-28 21:05:54 +08:00
  • 552eda9c5e docs: remove interpreter part in QUICKSTART.md (#2111) HuaiyuXu 2016-11-28 20:26:43 +08:00
  • a2da8fe5f4 store/tikv: add raw kv api. (#2101) disksing 2016-11-28 18:34:32 +08:00
  • 2c34a75aba ddl: check duplicated cols when execute alter table add index (#2103) HuaiyuXu 2016-11-28 15:06:17 +08:00
  • 633a66edfb tikv: change batch size from 32k to 4k (#2105) Shen Li 2016-11-28 14:41:27 +08:00
  • 3c349259e4 *: basic support for builtin function STR_TO_DATE (#2078) tiancaiamao 2016-11-28 14:17:32 +08:00
  • 5c9f073072 *: Do retry when schema is expired (#2094) zimuxia 2016-11-28 12:17:40 +08:00
  • 36f0f307a8 parser: support show events (#2099) HuaiyuXu 2016-11-27 22:49:49 +08:00
  • e4ec962f33 Add tidb user google group link (#2090) cuiqiu 2016-11-27 22:27:04 +08:00
  • f0db619009 *: refactor constant propagation. (#2087) Han Fei 2016-11-27 16:21:12 +08:00
  • ea894e8b77 *: Add a function GenByArgs for Error (#2033) Han Fei 2016-11-27 13:18:43 +08:00
  • 2225c90857 plan: process in subquery correctly. (#2093) Han Fei 2016-11-25 19:03:06 +08:00
  • 9de3e70b6b plan: handle the missing err to avoid panic. (#2096) Han Fei 2016-11-25 16:28:42 +08:00
  • 73f2ffad90 varsutil: remove dependency on 'types' for 'variable' package (#2095) Ewan Chou 2016-11-25 13:44:49 +08:00
  • 13ba6e1989 plan: refine code for not between. (#2076) Han Fei 2016-11-25 11:38:29 +08:00
  • 440abb21f2 plan: set apply's innerplan be the second child of it. (#2092) Han Fei 2016-11-25 11:07:41 +08:00
  • 40faf7da3c ddl: Support creating anonymous index (#2075) zimulala 2016-11-24 22:13:00 +08:00
  • 856d723718 executor: reset default database after drop current database (#2089) HuaiyuXu 2016-11-24 15:06:17 +08:00
  • 718822530b domain: update log level (#2088) zimulala 2016-11-24 14:35:10 +08:00
  • 9cca7b0b02 types: move Bit, Enum, Set, Hex to types package (#2085) Ewan Chou 2016-11-24 12:28:55 +08:00
  • 4388bfd57d ddl: update lease (#2086) zimulala 2016-11-24 12:13:04 +08:00
  • 15e446c25b *: Speed up test (#2083) zimulala 2016-11-24 11:34:52 +08:00
  • b19cc75a94 mysql, types: move MyDecimal and Time from 'mysql' to 'types' package. (#2082) Ewan Chou 2016-11-24 10:50:31 +08:00
  • 7a8c3c32a7 distsql: push nullif down (#2068) HuaiyuXu 2016-11-23 20:46:54 +08:00
  • d179a84610 plan: correct enforcer's correlated attribute. (#2079) Han Fei 2016-11-23 20:04:23 +08:00
  • 12360f6e7a domain: add log (#2080) zimulala 2016-11-23 19:48:07 +08:00
  • 2a3426ca9d *: make explain result more clearly. (#2063) Han Fei 2016-11-23 18:58:12 +08:00
  • f8c0b059d5 driver.go & interpreter: remove driver.go and interpreter.go (#2066) HuaiyuXu 2016-11-23 18:17:57 +08:00
  • 3683d5f950 plan & expression: split the logic of column pruning and indices resolving. (#2051) Han Fei 2016-11-23 18:01:27 +08:00
  • 23136f8e0f distsql: push ifnull down (#2067) HuaiyuXu 2016-11-23 17:35:30 +08:00
  • 79a8c3fc8d plan: add a Cache plan in physical plan (#2052) Yiding Cui 2016-11-23 15:53:44 +08:00
  • 0af8520a78 sessionctx/variable: remove dependency on context package. (#2064) Ewan Chou 2016-11-23 14:39:48 +08:00
  • 308032b784 store/tikv: exclude some tests for race detector. (#2065) disksing 2016-11-23 12:01:10 +08:00
  • 951f88294d distsql: support pushing isnull down (#2069) HuaiyuXu 2016-11-23 11:35:53 +08:00
  • f4b78e44da server: speed up unit test (#2010) tiancaiamao 2016-11-23 10:46:43 +08:00
  • 2432209720 domain: Fix data race (#2062) zimulala 2016-11-22 20:59:05 +08:00
  • 1181acc640 *: Reduce loading schema times (#1984) zimulala 2016-11-22 18:34:06 +08:00
  • 3612ba0e0f binlog: add sequence to binlog.TableMutation (#2060) Ewan Chou 2016-11-22 17:54:24 +08:00
  • 8b070e03ff executor: fix ci. (#2058) Han Fei 2016-11-22 16:26:28 +08:00
  • 7e041d2cba expression: let first_row get the first value no matter if it's null (#2057) Han Fei 2016-11-22 16:07:14 +08:00
  • c9d114f3d5 ddl: Fix the data race in foreign_key_test.go (#2054) zimulala 2016-11-22 16:02:42 +08:00
  • 81d1bddc9a store/tikv: fix prewrite return error. (#2056) disksing 2016-11-22 15:10:49 +08:00
  • 60c251b08d ddl: speed up test (#2049) zimulala 2016-11-22 10:26:33 +08:00
  • 649ab2852e ddl: tiny clean up (#2050) zimulala 2016-11-22 10:01:40 +08:00
  • 6b444f8e55 server: check an array out of range for malform packet (#2048) tiancaiamao 2016-11-21 23:10:28 +08:00
  • af5b0e71fc infoschema: implement infoschema table. (#2034) Ewan Chou 2016-11-21 19:47:41 +08:00
  • 91050ff1f8 parser: parse decimal literal instead of float literal (#2044) Ewan Chou 2016-11-21 19:29:25 +08:00
  • 84756589da mock-tikv: return correct Locked error. (#2043) disksing 2016-11-21 17:19:35 +08:00
  • b92330c068 store/tikv: increase lock ttl for large transactions. (#2004) disksing 2016-11-21 14:35:15 +08:00
  • d7318e72bd plan: distinguish the physical plan test and logical plan test. (#2042) Han Fei 2016-11-21 14:20:52 +08:00
  • 8e1e13d797 Update bootstrap_test.go (#2041) goroutine 2016-11-21 09:33:36 +08:00
  • f3263f92f3 tikv: using 32k as default batch size (#2021) zhangjinpeng1987 2016-11-21 00:12:09 +08:00