mysql:14562
From: oiron <oiron <norio.oiron@xxxxxxxxxx>>
Date: Mon, 19 May 2008 19:22:24 +0900
Subject: [mysql 14562] Re: mysqlclusterの最大カラム数について
2008/05/14 9:50 Satoshi Tatsuoka <satoshi@xxxxxxxxxx>: > 立岡です。 > >> CREATE LOGFILE GROUP lg_1 >> ADD UNDOFILE 'undo_1.dat' >> INITIAL_SIZE 16M >> UNDO_BUFFER_SIZE 2M >> ENGINE NDB; >> >> も >> >> ALTER LOGFILE GROUP lg_1 >> ADD UNDOFILE 'undo_2.dat' >> INITIAL_SIZE 12M >> ENGINE NDB; >> >> 共にサイズ指定するとシンタックスエラーになったので、 > > この時点で変なのですが、エラーになったとき、 > show errors; > はどのように表示されますか? mysql> CREATE LOGFILE GROUP lg_1 -> ADD UNDOFILE 'undo_1.dat' -> INITIAL_SIZE 16M -> UNDO_BUFFER_SIZE 2M -> ENGINE NDB; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '16M UNDO_BUFFER_SIZE 2M ENGINE NDB' at line 3 show warnings\G *************************** 1. row *************************** Level: Error Code: 1064 Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '16M UNDO_BUFFER_SIZE 2M ENGINE NDB' at line 3 1 row in set (0.00 sec) のようになっております。 よろしくおねがいいたします。 > これでINFORMATION_SCHEMA.FILESテーブルにすべて情報がなくなってから、 > 再度試してみてください。 はい、ありがとうございます。やってみます。 -- 谷口<norio.oiron@xxxxxxxxxx>
14523 2008-05-09 19:12 [oiron <norio.oiron@x] mysqlclusterの最大カラム数について 14524 2008-05-09 20:22 ┗[Satoshi Tatsuoka <sa] 14525 2008-05-09 20:56 ┣[Mikiya Okuno <okuno@] 14526 2008-05-10 15:24 ┃┗[oiron <norio.oiron@x] 14527 2008-05-10 16:49 ┣[oiron <norio.oiron@x] 14531 2008-05-12 18:09 ┃┗[oiron <norio.oiron@x] 14528 2008-05-10 16:58 ┗[oiron <norio.oiron@x] 14529 2008-05-10 19:01 ┣[Satoshi Tatsuoka <sa] 14530 2008-05-11 21:49 ┃┗[oiron <norio.oiron@x] 14532 2008-05-12 19:52 ┣[oiron <norio.oiron@x] 14533 2008-05-12 23:34 ┗[oiron <norio.oiron@x] 14534 2008-05-13 09:37 ┗[Satoshi Tatsuoka <sa] 14535 2008-05-13 11:24 ┗[oiron <norio.oiron@x] 14536 2008-05-14 09:50 ┣[Satoshi Tatsuoka <sa] -> 14562 2008-05-19 19:22 ┃┗[oiron <norio.oiron@x] 14564 2008-05-20 10:58 ┃ ┗[Satoshi Tatsuoka <sa] 14580 2008-05-25 15:55 ┃ ┗[oiron <norio.oiron@x] 14602 2008-06-17 10:37 ┃ ┗[Satoshi Tatsuoka <sa] 14606 2008-06-26 01:11 ┗["YasushiInui" <yasus]