ok question if i was to add this add an index to the IP address in the post table and if i upgrade when 3.6 comes out will there be any changes i need to do... just making sure down the line i dont get no errors thanks...
Quote:
Originally Posted by Paul M
ALTER TABLE post ADD INDEX ipaddress
|
also i seen this posted before is pauls the right one or is this one the right one?
Code:
ALTER TABLE `post` ADD INDEX `ipaddress` ( `ipaddress` )