Commit Graph

10 Commits

Author SHA1 Message Date
93577c17d1 *: Fix infoschema/perfschema concurrent bugs (#1232)
* *: Fix infoschema/perfschema concurrent bugs

Make it safe to create Handle on multiple stores.
2016-05-16 16:32:34 +08:00
dcec06daad fix concurrent map writes error when a large number of connection comes concurrently (#1226) 2016-05-12 21:57:51 +08:00
36ef582b93 perfschema: fixed concurrent map bug (#1160) 2016-04-26 13:06:59 +08:00
ecc59c99eb perfschema: Fix nil pointer panic when perfschema is uninitialized (#1111)
In bootstrap stage, ps may be not well initialized. We should make it
safe.
2016-04-19 17:28:17 +08:00
74ffeb8011 perfschema: make go vet happy. (#1110) 2016-04-18 21:38:14 +08:00
64546d478b perfschema: fixed memory leak issue (#1099) 2016-04-18 06:17:35 -05:00
83665b8f5b perfschema: turn off current statement update.
Temporary fix for https://github.com/pingcap/tidb/issues/1037
2016-04-01 13:45:10 +08:00
d5941446c2 table: replace interface{} with Datum in table. 2016-03-02 21:01:20 +08:00
64912c8597 *: Implement perfschema with MemoryTable 2016-02-29 10:28:30 +08:00
b16875f250 performance_schema: Add initial support for statement instruments 2016-02-23 20:38:44 +08:00