- Remove old variables from variable-table.

4.6.x
Dries Buytaert 2004-11-08 08:27:42 +00:00
parent 3769665b33
commit b6172b6653
1 changed files with 1 additions and 0 deletions

View File

@ -1971,6 +1971,7 @@ function update_111() {
$ret = array();
if ($GLOBALS['db_type'] == 'mysql') {
$ret[] = update_sql('DELETE FROM {variable} WHERE name LIKE 'throttle_%';
$ret[] = update_sql('ALTER TABLE {sessions} ADD PRIMARY KEY sid (sid)');
}