Project

General

Profile

Actions

Bug #20725

closed

Compare Database cannot handle ENGINE when DBAL is installed

Added by Markus Klein almost 15 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-07-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When having DBAL installed and using the COMPARE command of the database analyzer always shows the following entries, although these tables are already InnoDB:

ALTER TABLE cache_hash ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE cache_imagesizes ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE sys_log ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE cache_pages ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE cache_pagesection ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE cache_typo3temp_log ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE cache_md5params ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE fe_session_data ENGINE=InnoDB;
Current value: ENGINE=
ALTER TABLE fe_sessions ENGINE=InnoDB;
Current value: ENGINE=

Uninstalling DBAL solves this issue.

(issue imported from #M11486)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #18962: innodb-commands in sql-files crash adodb and dbalClosed2008-06-15

Actions
Related to TYPO3 Core - Bug #19030: sysextension "indexed search engine" not dbal compatibleClosedXavier Perseguers2008-06-27

Actions
Actions

Also available in: Atom PDF