Home > MySQL Cluster 5.1 CGEのSQLノードをgdbでアレしたメモ

MySQL Cluster 5.1 CGEのSQLノードをgdbでアレしたメモ

  • March 31, 2008 6:58 PM

(gdb) b ha_ndbcluster::get_ndb

色々やった後;

(gdb) bt #0 ha_ndbcluster::get_no_parts (this=0x609b628, name=0xb0496250 "./mysql/ndb_schema", no_parts=0x609ebbc) at ha_ndbcluster.cc:12437 #1 0x0000a043 in partition_default_handling (table=0xb0495934, part_info=0x609ea90, is_create_table_ind=false, normalized_path=0xb0496250 "./mysql/ndb_schema") at sql_partition.cc:199 #2 0x0000c633 in fix_partition_func (thd=0x604c818, table=0xb0495934, is_create_table_ind=false) at sql_partition.cc:1570 #3 0x0011c9b0 in open_table_from_share (thd=0x604c818, share=0xb0495fd8, alias=0x588c3c "", db_stat=0, prgflag=0, ha_open_flags=0, outparam=0xb0495934, open_mode=OTM_OPEN) at table.cc:1873 #4 0x001e00fc in ha_create_table_from_engine (thd=0x604c818, db=0x59aca0 "mysql", name=0x5cd78c "ndb_schema") at handler.cc:2730 #5 0x002bcb0d in ndb_create_table_from_engine (thd=0x604c818, db=0x59aca0 "mysql", table_name=0x5cd78c "ndb_schema") at ha_ndbcluster.cc:8522 #6 0x002d35c8 in ndbcluster_setup_binlog_table_shares (thd=0x604c818) at ha_ndbcluster_binlog.cc:869 #7 0x002c8f73 in ndb_util_thread_func (arg=0x0) at ha_ndbcluster.cc:11063 #8 0x90024227 in _pthread_body ()

ちなみに、Data Nodeは二つ、Replicaも二つ。


ndbdは、そのままではgdbをスルーして動いてしまって、ダメだ。

関連エントリー

Home > MySQL Cluster 5.1 CGEのSQLノードをgdbでアレしたメモ

Search
Feeds

Return to page top