|
|
88e1666ac6
|
*: change the log package to logrus (#4452)
|
2017-09-08 00:45:07 -05:00 |
|
|
|
646c531814
|
correct comments in perfschema (#3186)
|
2017-04-29 10:59:02 -05:00 |
|
|
|
9f17a88377
|
fix some typo in comments (#2943)
|
2017-03-29 08:55:49 +08:00 |
|
|
|
cbac6da6ee
|
*: Remove SetCharsetStmt, use SetStmt instead (#1422)
"set @@session.sql_mode=1, names utf8, charset utf8;" is a valid sql statement.
|
2016-07-11 16:22:33 +08:00 |
|
|
|
4e177d3b74
|
Add a switch for perfschema (#1390)
Add a switch for perfschema and disable it by default.
You can enable perfschema by set tidb-server flag.
|
2016-07-05 11:15:49 +08:00 |
|
|
|
67378982bf
|
parser: add ANALYSE TABLE syntax (#1323)
|
2016-06-15 16:21:39 +08:00 |
|
|
|
991428a998
|
perfschema: Add some missing stmt to prevent perfschema warning log (#1313)
|
2016-06-13 10:05:25 +08:00 |
|
|
|
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 |
|