Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.86 KB | None | 0 0
  1. (gdb) n
  2. 10765                       idb_parse_vtable(thd, thd->infinidb_vtable.create_vtable_query, THD::INFINIDB_CREATE_VTABLE);
  3. (gdb) p thd->infinidb_vtable.select_vtable_query
  4. $47 = {Ptr = 0x7faac42dbb20 "select *  from infinidb_vtable.$vtable_10", str_length = 41, Alloced_length = 176, extra_alloc = 128, alloced = true, thread_specific = false, str_charset = 0x56319ebef520 <my_charset_bin>}
  5. (gdb) n
  6. 10767                       if (thd->get_stmt_da()->is_error())
  7. (gdb) p thd->infinidb_vtable.select_vtable_query
  8. $48 = {Ptr = 0x7faac42e7930 "select `tpch1.datatypetestm.CIDX` `cidx`, `tpch1.datatypetestm.CDATE` `CDATE`  from infinidb_vtable.$vtable_10 order by case `tpch1.datatypetestm.CDATE` when <cache>('9999-12-27') then '2009-01-01' wh"..., str_length = 285, Alloced_length = 416,
  9.   extra_alloc = 128, alloced = true, thread_specific = false, str_charset = 0x56319ebef520 <my_charset_bin>}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement