Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by mocchiut, Fri Oct 10 13:00:13 2014 UTC | revision 1.5 by mocchiut, Tue Oct 14 13:19:34 2014 UTC | |
|---|---|---|
| # | Line 297 int main(int numinp, char *inps[]){ | Line 297 int main(int numinp, char *inps[]){ |
| 297 | }; | }; |
| 298 | // | // |
| 299 | myquery.str(""); | myquery.str(""); |
| 300 | myquery << "SET time_zone='+0:00'; SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';"; | myquery << "SET time_zone='+0:00';"; |
| 301 | dbc->Query(myquery.str().c_str()); | delete dbc->Query(myquery.str().c_str()); |
| 302 | delete dbc->Query("SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';"); | |
| 303 | // | // |
| 304 | GL_ROOT *glroot = new GL_ROOT(); | GL_ROOT *glroot = new GL_ROOT(); |
| 305 | GL_RUN *glrun = new GL_RUN(); | GL_RUN *glrun = new GL_RUN(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |