Changeset 12003 for trunk/ippTools/src/warptool.c
- Timestamp:
- Feb 22, 2007, 2:56:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r12002 r12003 938 938 939 939 #if MYSQL5 940 // XXX at MySQL 4.1.21 (probably all of 4.1.x) chokes and dies on this 941 // statement as it thinks it is trying to select from the table being 942 // updated. The 4.1 manual says that nested sub-queries are explicited 943 // allowed to do this with update statements as a temporary table is 944 // created so that you are not actually selecting from the table you are 945 // modifying. 940 946 char *query = 941 947 "UPDATE p4Run\n"
Note:
See TracChangeset
for help on using the changeset viewer.
