We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c4b6d + 5cd9fdc commit a331dd1Copy full SHA for a331dd1
src/crossdb.h
@@ -128,7 +128,7 @@ typedef struct {
128
uint64_t affected_rows; // 3*8 INSERT/UPDATE/DELETE
129
uint64_t insert_id; // 4*8 INSERT
130
uint64_t col_meta; // 5*8 xdb_meta_t, <ptr:ptr off: 0 following is meta>
131
- uint64_t row_data; // 6*8 xdb_rowlist_t, ptr: base ptr or error str or infomation xdb_msg_t
+ uint64_t row_data; // 6*8 xdb_rowlist_t, ptr: base ptr or error str or information xdb_msg_t
132
uint64_t data_len; // 7*8
133
} xdb_res_t;
134
@@ -305,4 +305,4 @@ xdb_version();
305
}
306
#endif
307
308
-#endif // __CROSS_DB_H__
+#endif // __CROSS_DB_H__
0 commit comments