[MDEV-17176] Units (k, M, G, T, P, E) cannot be provided as variable values on command line Created: 2018-09-12  Updated: 2018-09-12

Status: Open
Project: MariaDB Server
Component/s: Scripts & Clients
Fix Version/s: None

Type: Task Priority: Minor
Reporter: Oli Sennhauser Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: mysql


 Description   

Units (k, M, G, T, P, E) cannot be provided as variable values on command line:

SQL> set global innodb_buffer_pool_size = 256M;
ERROR 1232 (42000): Incorrect argument type to variable 'innodb_buffer_pool_size'

SQL> set global innodb_buffer_pool_size = 256*1024*1024;
Query OK, 0 rows affected (0.000 sec)

Would be a nice goody. Some simple task for GSOC or other community contribution?


Generated at Thu Feb 08 08:34:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.