1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#3244 "CSV engine: convert mmap to read/write calls"

This commit is contained in:
petr@mysql.com
2006-05-19 01:26:19 +04:00
parent 593daae150
commit e8d9458f15
3 changed files with 357 additions and 179 deletions

View File

@ -4944,10 +4944,10 @@ val
UPDATE bug13894 SET val=6 WHERE val=10;
SELECT * FROM bug13894;
val
6
6
5
11
6
6
DROP TABLE bug13894;
DROP TABLE IF EXISTS bug14672;
CREATE TABLE bug14672 (c1 integer) engine = CSV;