[modify timestamp]
This commit is contained in:
parent
7873386c35
commit
397faaff11
|
@ -167,7 +167,7 @@ void* insert_rows(void *sarg)
|
||||||
if (g_thread_exit_flag) break;
|
if (g_thread_exit_flag) break;
|
||||||
|
|
||||||
index++;
|
index++;
|
||||||
sprintf(command, "insert into %s values (now, %d)", winfo->tbl_name, index);
|
sprintf(command, "insert into %s values (%ld, %d)", winfo->tbl_name, 1546300800000+index*1000, index);
|
||||||
if (taos_query(taos, command)) {
|
if (taos_query(taos, command)) {
|
||||||
printf("failed to insert row [%s], reason:%s\n", command, taos_errstr(taos));
|
printf("failed to insert row [%s], reason:%s\n", command, taos_errstr(taos));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue