phpbb/phpBB/includes/db
Andreas Fischer d86fccf9c9 [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
* CREATE INDEX is internally mapped to an ALTER INDEX statement.
* CREATE INDEX requires the INDEX permission.
* ALTER TABLE requires the (more powerful) ALTER permission.
* We require the ALTER permission anyway for operation.
* Changing CREATE INDEX to ALTER TABLE thus removes dependency on the INDEX
  permission which is good because some management software does not give
  out the INDEX permission by default.

http://dev.mysql.com/doc/refman/5.0/en/create-index.html

PHPBB3-10327
2011-10-14 14:30:51 +02:00
..
db_tools.php [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL. 2011-10-14 14:30:51 +02:00
dbal.php [ticket/9859] Changing all phpBB footers to match the new credit line 2011-07-06 21:46:33 -04:00
firebird.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssql_odbc.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssqlnative.php [ticket/10294] Fix sql_affectedrows() in mssqlnative driver. 2011-07-28 15:57:09 +02:00
mysql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mysqli.php [ticket/10307] Return false in mysqli sql_fetchrow on empty result 2011-10-13 16:43:11 +02:00
oracle.php [ticket/9946] Allow storage of data >4kB on Oracle again 2011-03-07 10:31:25 -06:00
postgres.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
sqlite.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00