https://bugzilla.wikimedia.org/show_bug.cgi?id=71566

            Bug ID: 71566
           Summary: table_type is removed in MySQL 5.5.3
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_table_type

This variable was removed in MySQL 5.5.3. Use storage_engine instead.

https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_storage_engine

This variable is deprecated as of MySQL 5.5.3. Use default_storage_engine
instead.

This variable was added in MySQL 5.5.3 to be used in preference to
storage_engine, which is now deprecated.


From DatabaseMysqlBase.php:1147:

$result = $this->query( 'SHOW FULL TABLES WHERE TABLE_TYPE = "VIEW"' );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to