|
@@ -181,7 +181,15 @@
|
|
#define PATH_MAX_GUESS 1024
|
|
#define PATH_MAX_GUESS 1024
|
|
|
|
|
|
#define DEFAULT_DB_URL "mysql://ser:heslo@localhost/ser"
|
|
#define DEFAULT_DB_URL "mysql://ser:heslo@localhost/ser"
|
|
|
|
+#define DEFAULT_DB_URL_LEN (sizeof(DEFAULT_DB_URL) - 1)
|
|
|
|
+
|
|
#define DEFAULT_RODB_URL "mysql://serro:47serro11@localhost/ser"
|
|
#define DEFAULT_RODB_URL "mysql://serro:47serro11@localhost/ser"
|
|
|
|
+#define DEFAULT_RODB_URL_LEN (sizeof(DEFAULT_RODB_URL) - 1)
|
|
|
|
+
|
|
|
|
+/* table holdin versions of other ser tables */
|
|
|
|
+#define VERSION_TABLE "version"
|
|
|
|
+#define VERSION_COLUMN "version"
|
|
|
|
+#define TABLENAME_COLUMN "table_name"
|
|
|
|
|
|
|
|
|
|
#endif
|
|
#endif
|