1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

few compile-time bugs fixed

include/mysql.h:
  fixed compile-time bug
sql/sql_class.cc:
  fixed compile-time bug
sql/sql_class.h:
  fixed compile-time bug
This commit is contained in:
unknown
2003-07-18 18:57:21 +04:00
parent 30ced7f7f6
commit 4df473b81c
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ THD::THD():user_time(0), is_fatal_error(0),
set_query_id=1;
db_access=NO_ACCESS;
version=refresh_version; // For boot
*scramble= *scramble_323= '\0';
*scramble= '\0';
init();
/* Initialize sub structures */