diff options
author | guilhem@mysql.com <> | 2004-12-09 15:42:06 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-12-09 15:42:06 +0100 |
commit | eac128ef2dece8a0e51e5dd59fc27ba81ca5107f (patch) | |
tree | f8203ab68b870c6af4e37a9ec22a0759602d99dd /libmysqld | |
parent | dafb2969c90860676c521edda12377e7b4dd3eb2 (diff) | |
parent | 1cbc904c596d624232249ac67c83dabe21e1eacb (diff) | |
download | mariadb-git-eac128ef2dece8a0e51e5dd59fc27ba81ca5107f.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/mysql_src/mysql-5.0-clean
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/examples/builder-sample/emb_samples.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/examples/builder-sample/emb_samples.cpp b/libmysqld/examples/builder-sample/emb_samples.cpp index 4dfde111f84..411de26149b 100644 --- a/libmysqld/examples/builder-sample/emb_samples.cpp +++ b/libmysqld/examples/builder-sample/emb_samples.cpp @@ -109,6 +109,7 @@ bool __fastcall TForm1::connect_server() ret_value = true; is_server_started = true; } + MySQL->reconnect= 1; return ret_value; } //--------------------------------------------------------------------------- |