coldump - print debugging information about row structure contents
SYNOPSIS
DESCRIPTION
coldump
prints a copious amount of information about
the contents of
row,
for the purpose of assisting in debugging.
To trigger
coldump,
it must not only be called but
the program which calls it must have its global
Debug
variable set to 8 or greater,
either in the source code or at runtime
using a -Dn command line option (where
n
is
>= 8).
Sometimes too much information
is counter-productive to the debugging exercise:
this function definitely borders on unproductivity.
RETURN VALUE
coldump
returns nothing meaningful.