-
Bug
-
Resolution: Fixed
-
Major
-
3.0.12, 3.1.0-b2
The description is wrong:
/**
|
* Check if a specified index exists in table. Does not return PRIMARY KEY and UNIQUE indexes.
|
*
|
* @param string $table_name Table to check the index at
|
* @param string $index_name The index name to check
|
*
|
* @return bool True if index exists, else false
|
*/
|
- was caused by solution of
-
PHPBB-10003 Resolve db_tools proliferation
- Unverified Fix