Bug #84359 ha_example.cc remove oudated info from comment
Submitted: 28 Dec 2016 12:53 Modified: 28 Dec 2016 13:37
Reporter: Shahriyar Rzayev Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Storage Engines Severity:S3 (Non-critical)
Version:5.5/5.6/5.7/8.0 OS:Any
Assigned to: CPU Architecture:Any

[28 Dec 2016 12:53] Shahriyar Rzayev
Description:

Hi dear all,

Based on:

https://github.com/mysql/mysql-server/blob/5.7/storage/example/ha_example.cc#L82

  A Longer Example can be found called the "Skeleton Engine" which can be 
  found on TangentOrg. It has both an engine and a full build environment
  for building a pluggable storage engine.

But in fact there is no such "Skeleton Engine" anymore.
If you search there will be some links like which are not available.

http://hg.tangent.org/skeleton-mysql-engine?ca=tip;type=gz

http://download.tangent.org/skeleton_engine-0.3.tar.gz

http://tangent.org/543/Skeleton_Engine_for_MySQL.html

Also the is no such info in tangent.org 

http://tangent.org/

How to repeat:
See description.

Suggested fix:
Remove outdated information.
[28 Dec 2016 13:37] MySQL Verification Team
Thank you for the bug report.

c:\build\2016DEC25>cat mysql-5.5\storage\example\ha_example.cc | grep -A2 Skeleton
  A Longer Example can be found called the "Skeleton Engine" which can be
  found on TangentOrg. It has both an engine and a full build environment
  for building a pluggable storage engine.

c:\build\2016DEC25>cat mysql-5.6\storage\example\ha_example.cc | grep -A2 Skeleton
  A Longer Example can be found called the "Skeleton Engine" which can be
  found on TangentOrg. It has both an engine and a full build environment
  for building a pluggable storage engine.

c:\build\2016DEC25>cat mysql-5.7\storage\example\ha_example.cc | grep -A2 Skeleton
  A Longer Example can be found called the "Skeleton Engine" which can be
  found on TangentOrg. It has both an engine and a full build environment
  for building a pluggable storage engine.

c:\build\2016DEC25>cat mysql-trunk\storage\example\ha_example.cc | grep -A2 Skeleton
  A Longer Example can be found called the "Skeleton Engine" which can be
  found on TangentOrg. It has both an engine and a full build environment
  for building a pluggable storage engine.