Menu

#60 InnoDB table support

trunk
open
tools (4)
5
2010-10-11
2010-09-09
No

The current opensips release is hardcoded for myISAM table support within MySQL. We use InnoDB tables. The old openserctl script allowed the table type (engine) to be specified via an environment variable. This option is no longer available.
Specific request is to add feature to opensipsctl to allow override of the Engine.

Discussion

  • Bogdan-Andrei Iancu

    Hi Kennard,

    But you can control the DB type via schema definition. See file db/schema/entities.xml where you have :
    <!ENTITY MYSQL_TABLE_TYPE "MyISAM">

    You can change it and "make dbschema" to rebuild the DB schema.

    Regards,
    Bogdan

     
  • Bogdan-Andrei Iancu

    • assigned_to: nobody --> bogdan_iancu
     

Log in to post a comment.