File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/suites/1_stateful/05_formats/05_02_csv Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ curl -sH "insert_sql:insert into test_csv format CSV" -F "upload=@/tmp/escape_no
41
41
echo " select * from test_csv" | $MYSQL_CLIENT_CONNECT
42
42
echo " truncate table test_csv" | $MYSQL_CLIENT_CONNECT
43
43
44
- curl -sH " insert_sql:insert into test_csv format CSV" -H " format_escape:'\\ '" -F " upload=@/tmp/escape_slash.csv" -u root: -XPUT " http://localhost:${QUERY_HTTP_HANDLER_PORT} /v1/streaming_load" | grep -c " SUCCESS"
44
+ curl -sH " insert_sql:insert into test_csv format CSV" -H " format_escape:'\\ \ '" -F " upload=@/tmp/escape_slash.csv" -u root: -XPUT " http://localhost:${QUERY_HTTP_HANDLER_PORT} /v1/streaming_load" | grep -c " SUCCESS"
45
45
echo " select * from test_csv" | $MYSQL_CLIENT_CONNECT
46
46
echo " truncate table test_csv" | $MYSQL_CLIENT_CONNECT
47
47
You can’t perform that action at this time.
0 commit comments