[MDEV-8581] Unique prefix for default-tmp-storage-engine does not work Created: 2015-08-07  Updated: 2015-09-08  Resolved: 2015-09-08

Status: Closed
Project: MariaDB Server
Component/s: OTHER
Affects Version/s: 10.1
Fix Version/s: 10.1.7

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-6107 merge default_tmp_storage_engine Closed

 Description   

If I start the server with --default-tmp-storage-engine=MyISAM, it works as expected. If I start it with a unique prefix, e.g. --default-tmp-storage-eng=MyISAM, the server writes the following messages on startup:

2015-08-07 21:27:55 139794374498144 [Note] Using unique option prefix 'default-tmp-storage-eng' is error-prone and can break in the future. Please use the full name 'default-tmp-storage-engine' instead.
2015-08-07 21:27:55 139794374498144 [Warning] 'default-tmp-storage-engine' is MySQL 5.6 compatible option. To be implemented in later versions.

and the variable does not get set:

MariaDB [test]> select @@default_tmp_storage_engine;
+------------------------------+
| @@default_tmp_storage_engine |
+------------------------------+
| NULL                         |
+------------------------------+
1 row in set (0.01 sec)


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