Ignore:
Timestamp:
Jun 11, 2006 5:41:23 AM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_SQL.inc.php

    r158 r159  
    444444
    445445            // Update the login counter table with this login access. Convert IP to binary.
     446            // TODO: after MySQL 5.0.23 is released this query could benefit from INSERT DELAYED.
    446447            $db->query("
    447448                INSERT INTO " . $this->_params['db_login_table'] . " (
Note: See TracChangeset for help on using the changeset viewer.