~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
extern USED_MEM* my_once_root_block;
61
61
extern uint      my_once_extra;
62
62
 
63
 
#if !defined(HAVE_TEMPNAM) || defined(HPUX11)
64
 
extern int      _my_tempnam_used;
65
 
#endif
66
 
 
67
63
extern byte     *sf_min_adress,*sf_max_adress;
68
64
extern uint     sf_malloc_count;
69
65
extern struct st_irem *sf_malloc_root;