1548.4.106
by Zimin
add support for files such as /proc/meminfo, test cases included. |
1 |
--disable_warnings
|
2 |
DROP TABLE IF EXISTS t1; |
|
3 |
--enable_warnings
|
|
4 |
||
5 |
CREATE TABLE t1 (a int) ENGINE=FILESYSTEM,FILE="../filesystem_ln/select_meminfo.data",FORMAT="KEY_VALUE",COL_SEPARATOR=": "; |
|
6 |
||
7 |
SELECT * FROM t1; |
|
8 |
||
9 |
SHOW CREATE TABLE t1; |
|
10 |
||
11 |
DROP TABLE t1; |