[MDEV-4015] default_storage_engine setting is ignored Created: 2013-01-09 Updated: 2013-01-09 Resolved: 2013-01-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Gordan Bobic | Assignee: | Elena Stepanova |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux (RHEL6) |
||
| Description |
|
default_storage_engine setting in my.cnf appears to always be ignored. Regardless of what it is set to SHOW VARIABLES LIKE default_storage_engine; returns InnoDB. |
| Comments |
| Comment by Elena Stepanova [ 2013-01-09 ] | ||||||
|
Works for me (see below). Please check that your server indeed uses (only) my.cnf which you have edited; the most common reason of such problems is that there is some other config file which overrides the one you think you are using. elenst@ubuntu11:~/10.0.0-release$ cat 2.cnf elenst@ubuntu11:~/10.0.0-release$ bin/mysqld_safe --defaults-file=./2.cnf elenst@ubuntu11:~/10.0.0-release$ bin/mysql -uroot Copyright (c) 2000, 2012, Oracle, Monty Program Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> select @@version;
----------------
---------------- MariaDB [(none)]> show variables like 'default_storage_engine';
-----------------------
----------------------- | ||||||
| Comment by Elena Stepanova [ 2013-01-09 ] | ||||||
|
I will close it for now since it's not reproducible on my side. |