« PHPのslave portsが取り除かれていたことFreeBSD 6.1-RELEASEにアップグレード »

Trackback address for this post

Trackback URL (right click and copy shortcut/link location)

1 comment

Comment from: masken [Member]

これはテーブル作成時に、インデックスに使うキーの長さを指定しておけば良いだけかもしれないけど。

とは、

CREATE TABLE `prefix_job` (
  job_id int(9) unsigned NOT NULL auto_increment,
  job_cmd varchar(255) NOT NULL default '',
  job_namespace int NOT NULL,
  job_title varchar(255) binary NOT NULL,
  job_params blob NOT NULL default '',
  PRIMARY KEY job_id (job_id),
  KEY (job_cmd, job_namespace, job_title(63))
) TYPE=InnoDB;

という意味です(列自体の設定には変更を加えてない)。

2006/05/08 @ 03:59

This post has 140 feedbacks awaiting moderation...

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)