Hi again,
One more innobase fault:
I've creates database and fills it with tables and datas
(all ok), then drops database and re-creates it. When I've
trying to re-create tables and fills it I've get SIGSEGV at:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 8201 (runnable)]
0x8153c20 in row_create_table_for_mysql
(table=0x40220040, trx=0x401ffc10)
at row0mysql.c:796
796 ut_a(err ==
DB_OUT_OF_FILE_SPACE);
As I understand, the problem is in innobase (because when
I'm drops database all its tables must be dropped too and
all data space must be freed).
Also, ut_a() must generate some reasonable error message
without trapping server...
WBR,
Paul.