Bug #31954 Remove undocumented mysql_manager_* C API functions and mysqlmanager (old)
Submitted: 30 Oct 2007 16:03 Modified: 6 Feb 2008 18:20
Reporter: Konstantin Osipov
Status: Closed
Category:C API Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Magnus Blaudd Target Version:
Triage: D4 (Minor)

[30 Oct 2007 16:03] Konstantin Osipov
Description:
Remove undocumented and unsupported mysql_manager* functions from the C API.
They have been scheduled for removal in 5.1, were used only by the old mysqltest program.

How to repeat:
The list of functions to be removed:
0005a904 T mysql_manager_close
0005a951 T mysql_manager_command
0005a26c T mysql_manager_connect
0005aa05 T mysql_manager_fetch_line
0005a17c T mysql_manager_init

Suggested fix:
Remove them.
[31 Oct 2007 18:18] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/36780

ChangeSet@1.2655, 2007-10-31 18:17:54+01:00, msvensson@pilot.mysql.com +3 -0
  Bug#31954 Remove undocumented mysql_manager_* C API functions and mysqlmanager (old)
   - Remove the mysql_manager* functions, struct and defines
   - Remove libmysql/manager.c where the above functions were implemented
[4 Dec 2007 15:19] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/39206

ChangeSet@1.2737, 2007-12-04 17:22:53+03:00, anozdrin@station. +2 -0
  Additional patch for Bug#31954: Remove undocumented
  mysql_manager_* C API functions and mysqlmanager (old).
  
  manager.c should be also removed from Windows build.
[6 Dec 2007 11:02] Bugs System
Pushed into 6.0.5-alpha
[6 Feb 2008 18:20] Paul DuBois
Noted in 6.0.5 changelog.

Several undocumented C API functions were removed:
mysql_manager_close(), mysql_manager_command(),
mysql_manager_connect(), mysql_manager_fetch_line(), and 
mysql_manager_init().