Bug #65294 my_global.h breaks __func__ on Linux with C99
Submitted: 12 May 2012 15:22 Modified: 14 May 2012 10:57
Reporter: Andrew Clayton Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.5.22, 5.5.25 OS:Linux (Fedora 16, 14)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[12 May 2012 15:23] Andrew Clayton
Simple test case for __func__ + my_global.h

Attachment: funcname.c (text/x-csrc), 164 bytes.