1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix for bug #1946:

"You can always mysql_real_query a query with placeholders 
after mysql_prepare()"
This commit is contained in:
konstantin@oak.local
2003-11-25 17:41:12 +03:00
parent 5e6f94f422
commit 7c2d0eea45
5 changed files with 31 additions and 5 deletions

View File

@ -90,8 +90,8 @@ THD::THD():user_time(0), is_fatal_error(0),
{
host=user=priv_user=db=query=ip=0;
host_or_ip= "connecting host";
locked=killed=some_tables_deleted=no_errors=password=
query_start_used=prepare_command=0;
locked=killed=some_tables_deleted=no_errors=password= 0;
query_start_used= 0;
count_cuted_fields= CHECK_FIELD_IGNORE;
db_length=query_length=col_access=0;
query_error= tmp_table_used= 0;