Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer shows innodb unset in MariaDB 10.10+ #5030

Closed
bmfmancini opened this issue Dec 4, 2022 · 7 comments
Closed

Installer shows innodb unset in MariaDB 10.10+ #5030

bmfmancini opened this issue Dec 4, 2022 · 7 comments
Labels
bug Undesired behaviour confirmed Bug is confirm by dev team resolved A fixed issue
Milestone

Comments

@bmfmancini
Copy link
Member

bmfmancini commented Dec 4, 2022

While doing Q/A Installing Cacti 1.3( I am on 1.3.0 - Dev f011a4f @ 2022-12-03 15:21)

The installer reports that innodb is unset however allows you to continue

image

MariaDB [(none)]> show engines;
+--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+
| Engine             | Support | Comment                                                                                         | Transactions | XA   | Savepoints |
+--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+
| CSV                | YES     | Stores tables as CSV files                                                                      | NO           | NO   | NO         |
| MRG_MyISAM         | YES     | Collection of identical MyISAM tables                                                           | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables                                       | NO           | NO   | NO         |
| Aria               | YES     | Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables | NO           | NO   | NO         |
| MyISAM             | YES     | Non-transactional engine with good performance and small data footprint                         | NO           | NO   | NO         |
| SEQUENCE           | YES     | Generated tables filled with sequential values                                                  | YES          | NO   | YES        |
| InnoDB             | DEFAULT | Supports transactions, row-level locking, foreign keys and encryption for tables                | YES          | YES  | YES        |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                                                              | NO           | NO   | NO         |
+--------------------+---------+-------------------------------------------------------------------------------------------------+--------------+------+------------+
8 rows in set (0.002 sec)

@bmfmancini bmfmancini added bug Undesired behaviour unverified Some days we don't have a clue labels Dec 4, 2022
@bmfmancini
Copy link
Member Author

bmfmancini commented Dec 4, 2022

Rocky Linux 8
PHP 8.1
Mariadb 10.10.2

@TheWitness
Copy link
Member

SHOW GLOBAL VARIABLES LIKE 'innodb_version';

Let me know what comes back from that

@TheWitness
Copy link
Member

Also:

SHOW GLOBAL VARIABLES LIKE 'version';

@TheWitness
Copy link
Member

Is the collation server and charset right? Is that a settings issue?

@bmfmancini
Copy link
Member Author

bmfmancini commented Dec 4, 2022

root@localhost ~]#
[root@localhost ~]# mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 6145
Server version: 10.10.2-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and
 others.

Type 'help;' or '\h' for help. Type '\c' to clear the curren
t input statement.

MariaDB [(none)]> SHOW GLOBAL VARIABLES LIKE 'innodb_version
';
Empty set (0.005 sec)

MariaDB [(none)]> SHOW GLOBAL VARIABLES LIKE 'version';
+---------------+-----------------+
| Variable_name | Value           |
+---------------+-----------------+
| version       | 10.10.2-MariaDB |
+---------------+-----------------+
1 row in set (0.016 sec)

MariaDB [(none)]>

@bmfmancini
Copy link
Member Author

bmfmancini commented Dec 4, 2022 via email

TheWitness added a commit that referenced this issue Dec 4, 2022
Installer shows innodb unse
TheWitness added a commit that referenced this issue Dec 4, 2022
Installer shows innodb unset
@TheWitness TheWitness added confirmed Bug is confirm by dev team resolved A fixed issue and removed unverified Some days we don't have a clue labels Dec 4, 2022
@TheWitness
Copy link
Member

Okay, this should be fixed now.

@TheWitness TheWitness added this to the v1.2.23 milestone Dec 4, 2022
@TheWitness TheWitness changed the title [1.3.0 - Dev f011a4f31] Installer shows innodb unset Installer shows innodb unset in MariaDB 10.10+ Dec 4, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour confirmed Bug is confirm by dev team resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

2 participants