[MCOL-576] infinidb_import_for_batchinsert_delimiter does not accept high ascii values Created: 2017-02-17  Updated: 2019-07-10  Resolved: 2019-07-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: ?
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Justin Swanhart (Inactive) Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

I set the value of infinidb_import_for_batchinsert_delimiter to 254 in my my.cnf but when I check the value from the server it is 127!

MariaDB [(none)]> select @@infinidb_import_for_batchinsert_delimiter;
---------------------------------------------

@@infinidb_import_for_batchinsert_delimiter

---------------------------------------------

127

---------------------------------------------

MariaDB [(none)]> set infinidb_import_for_batchinsert_delimiter=254;
Query OK, 0 rows affected, 1 warning (0.00 sec)

MariaDB [(none)]> show warnings;
------------------------------------------------------------------------------

Level Code Message

------------------------------------------------------------------------------

Warning 1292 Truncated incorrect infinidb_import_for_batchinsert_ value: '254'

------------------------------------------------------------------------------
1 row in set (0.00 sec)


Generated at Thu Feb 08 02:22:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.