[MCOL-263] With suspendDatabaseWrite enabled, LDI return an incorrect msg Created: 2016-08-15 Updated: 2016-11-22 Resolved: 2016-11-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-21, 2016-22 | ||||||||
| Description |
|
With suspendDatabaseWrite enabled: MariaDB [mytest]> load data infile "/tmp/t1.txt" into table t1 fields terminated by "|"; It should return the same messages as DML: MariaDB [mytest]> insert into t1 values (1); With suspendDatabaseWrite disabled: MariaDB [mytest]> load data infile "/tmp/t1.txt" into table t1 fields terminated by "|"; |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2016-11-22 ] |
|
Build verified: 1.0.5-1 mcsadmin> getsoft Name : mariadb-columnstore-platform MariaDB [mytest]> load data infile "/data/qa/autopilot/data/source/dbt3/1g/nation.tbl" into table nation fields terminated by "|"; MariaDB [mytest]> insert into t2 values (1,1,1,1); |