Bug #35704 Interactive_timeout connection is giving error on linux system
Submitted: 31 Mar 2008 11:34 Modified: 30 Apr 2008 11:41
Reporter: Salman Rawala Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: DDL Severity:S3 (Non-critical)
Version:5.1.22 OS:Linux
Assigned to: CPU Architecture:Any
Tags: interactive_timeout

[31 Mar 2008 11:34] Salman Rawala
Description:
Interactive conection gives error on Linux system whereas no error is coming on windows OS

How to repeat:
When i create interactive client on linux following error occurs:

Errors are (from /usr/share/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 50: query 'connect  test_con1, localhost, root,,,,CLIENT_INTERACTIVE' failed: 2002: Can't connect to local MySQL server through socket '/usr/share/mysql-test/var/tmp/CLIENT_INTERACTIVE' (2)

I am using following line to create interactive connection:

--echo ## Creating new interactive connection test_con1 ## 
connect (test_con1, localhost, root,,,,CLIENT_INTERACTIVE);
connection test_con1;
[31 Mar 2008 11:41] Sveta Smirnova
Thank you for the report.

Where did you read about MySQL Test suite supports CLIENT_INTERACTIVE option of connect?
[1 May 2008 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".