[MDEV-792] LP:588849 - Innodb doesn't load if you change innodb_log_file_size Created: 2010-06-02 Updated: 2013-04-05 Resolved: 2013-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | mgrennan (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
InnoDB fails to load when I set innodb_log_file_size = 10M in my.cnf. I don't find any errors in the logs. For a time I thought InnoDB was not included in distribution 5.1.44b-MariaDB-mariadb78-log. I have learned setting it to the default 'innodb_log_file_size = 5242880' works fine. |
| Comments |
| Comment by Kristian Nielsen [ 2010-06-07 ] |
|
Re: Innodb doesn't load if you change innodb_log_file_size http://forums.mysql.com/read.php?22,23678,23775#msg-23775 I am guessing that the reporter is using Debian/Ubuntu, where the error message can be found in /var/log/daemon.log |
| Comment by mgrennan (Inactive) [ 2010-06-07 ] |
|
Re: [Bug 588849] Re: Innodb doesn't load if you change innodb_log_file_size After I send the report I did the search and found this. I agree technically it is not a bug. Can we pass this over to a needed update? Personally I consider it a bug if a programs leaves the user clueless. It doesn't start InnoDB or report an error while everything else is working fine?! Mark Grennan ----- Original Message ----- This is not a bug. A quick web search will tell how to change http://forums.mysql.com/read.php?22,23678,23775#msg-23775 I am guessing that the reporter is using Debian/Ubuntu, where the error
– Status in Maria: Invalid Bug description: I don't find any errors in the logs. For a time I thought InnoDB was not included in distribution 5.1.44b-MariaDB-mariadb78-log. I have learned setting it to the default 'innodb_log_file_size = 5242880' works fine. To unsubscribe from this bug, go to: |
| Comment by Kristian Nielsen [ 2010-06-08 ] |
|
Re: Innodb doesn't load if you change innodb_log_file_size http://bugs.mysql.com/bug.php?id=19027 This is essentially the same bug I think. The fix for Bug#19027 is to Apparently the default is --enable-plugin_innodb=ON, which allows the server So solution to the reporters original problem is to add I am changing this to two feature requests: 1. Make the default be --enable-plugin_innodb=FORCE for MariaDB. 2. Make XtraDB able to automatically change its log files when the |
| Comment by mgrennan (Inactive) [ 2010-06-08 ] |
|
Re: [Bug 588849] Re: Innodb doesn't load if you change innodb_log_file_size Mark Grennan ----- Original Message ----- See also MySQL Bug#19027: http://bugs.mysql.com/bug.php?id=19027 This is essentially the same bug I think. The fix for Bug#19027 is to Apparently the default is --enable-plugin_innodb=ON, which allows the server So solution to the reporters original problem is to add I am changing this to two feature requests: 1. Make the default be --enable-plugin_innodb=FORCE for MariaDB. 2. Make XtraDB able to automatically change its log files when the
– Status in Maria: Confirmed Bug description: I don't find any errors in the logs. For a time I thought InnoDB was not included in distribution 5.1.44b-MariaDB-mariadb78-log. I have learned setting it to the default 'innodb_log_file_size = 5242880' works fine. To unsubscribe from this bug, go to: |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-07 ] |
|
Launchpad bug id: 588849 |
| Comment by Stewart Smith [ 2011-06-07 ] |
|
Re: Innodb doesn't load if you change innodb_log_file_size Thanks, |