id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
1689	MySQLの文字コードがUTF8の環境でインストールエラーとなる。	eoogle	somebody	"MySQLの文字コードがUTF8の環境で、
インストールしようとすると、


dtb_index_listのテーブルをcreateする際に、

pecified key was too long; max key length is 1000 bytes

というエラーが発生する。

PRIMARY KEY (table_name(255), column_name(255))
の部分がUTF8環境では、3Byteで評価されるため、1000bytesのキー長を
超えると思われる。

255文字ではなく、150文字程度に修正する必要がある。

この修正で問題なければ、
create_table_mysql.sql
のファイルを修正します。






"	バグ指摘	new	中	バックログ	フロント	2.12.0 α				0
