1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

several fixes to the previous patch

This commit is contained in:
petr@mysql.com
2005-06-07 17:57:20 +04:00
parent 83c75ea385
commit a2331d37b6
4 changed files with 10 additions and 8 deletions

View File

@ -34,7 +34,8 @@
don't have to synchronize between threads.
*/
enum { USUAL_INSTANCE= 0, DEFAULT_SINGLE_INSTANCE };
#define USUAL_INSTANCE 0
#define DEFAULT_SINGLE_INSTANCE 1
class Instance_options
{