mariadb/que
osku ed93b381e5 Since the function definitions in pars_info_t are accessed after pars_sql()
returns in the query graph execution stage, we can't free pars_info_t in
pars_sql(). Instead, make pars_sql() transfer ownership of pars_info_t to
the created query graph, and make que_graph_free() free it if needed.
2006-04-06 07:52:14 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
que0que.c Since the function definitions in pars_info_t are accessed after pars_sql() 2006-04-06 07:52:14 +00:00