Exemplo n.º 1
0
 public static function contains_table_option($node_table, $name)
 {
     if (!mysql5::$use_auto_increment_table_options && strcasecmp($name, 'auto_increment') === 0) {
         // these are not the droids you're looking for....
         return false;
     }
     return parent::contains_table_option($node_table, $name);
 }