--default_table_type

2004-05-14 Thread Lou Olsten
Is there a way to set this dynamically? Thanks, Lou

Re: --default_table_type

2004-05-14 Thread Paul DuBois
At 15:57 -0400 5/14/04, Lou Olsten wrote: Is there a way to set this dynamically? The associated system variable is table_type, not default_table_type. SET table_type = xxx; SET SESSION table_type = xxx; SET GLOBAL table_type = xxx; Thanks, Lou -- Paul DuBois, MySQL Documentation Team Madison