Skip to content

Commit fa731ab

Browse files
committed
update index table _tags_id
1 parent 9d714ca commit fa731ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/download/action_mysql.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
id int(11) NOT NULL,
136136
did mediumint(9) NOT NULL,
137137
keyword varchar(65) NOT NULL
138+
UNIQUE KEY id_tid (id,did),
139+
KEY did (did)
138140
)ENGINE=MyISAM";
139141

140142
$maxfilesize = min($global_config['nv_max_size'], nv_converttoBytes(ini_get('upload_max_filesize')), nv_converttoBytes(ini_get('post_max_size')));

0 commit comments

Comments
 (0)