启动建表语句是重新录入版本信息,修复serverstate表中的插入多条记录bug
| | |
| | | (影响范围:全系列版本)。
|
| | |
|
| | | V1.37 edit at date 2019-01-08
|
| | | 1.在web_site数据库下新建线程帮助表用于手动启动某些线程 |
| | | 1.在web_site数据库下新建线程帮助表用于手动启动某些线程
|
| | |
|
| | |
| | | sql.sqlMysqlExecute(sql_str0);
|
| | | sql.sqlMysqlExecute(sql_str1);
|
| | | } else {
|
| | | //sql.sqlMysqlExecute("DELETE FROM " + Sql_Mysql.ServerState_Table);
|
| | | sql.sqlMysqlExecute("DELETE FROM " + Sql_Mysql.ServerState_Table); //删除之前的底层建表记录,录入新的版本信息
|
| | | sql.sqlMysqlExecute(sql_str1);
|
| | | }
|
| | |
|
| | |
| | | createBattpowerOff_Table(pool,recreate); //创建机房停电表
|
| | | }
|
| | |
|
| | | //创建 web_site 数据库
|
| | | /**
|
| | | * 创建 web_site 数据库
|
| | | * @param pool
|
| | | */
|
| | | public static void createWeb_siteDB(MysqlConnPool pool) {
|
| | | Sql_Mysql sql = new Sql_Mysql(pool.getConn());
|
| | | try {
|
| | |
| | | (影响范围:全系列版本)。
|
| | |
|
| | | V1.37 edit at date 2019-01-08
|
| | | 1.在web_site数据库下新建线程帮助表用于手动启动某些线程 |
| | | 1.在web_site数据库下新建线程帮助表用于手动启动某些线程
|
| | |
|