~stewart/haildb/remove-univ-static

« back to all changes in this revision

Viewing changes to page/page0page.c

  • Committer: Stewart Smith
  • Date: 2010-08-05 23:28:45 UTC
  • Revision ID: stewart@flamingspork.com-20100805232845-ihsae6mc5teon6n3
remove UNIV_STATIC. It's no longer in the innodb_plugin, replace just with 'static'

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
/**************************************************************//**
161
161
Used to check the consistency of a directory slot.
162
162
@return TRUE if succeed */
163
 
UNIV_STATIC
 
163
static
164
164
ibool
165
165
page_dir_slot_check(
166
166
/*================*/
329
329
/**********************************************************//**
330
330
The index page creation function.
331
331
@return pointer to the page */
332
 
UNIV_STATIC
 
332
static
333
333
page_t*
334
334
page_create_low(
335
335
/*============*/