~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/PagePrecedence.cpp

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef USE_PRECEDENCE
1
2
/* Copyright (C) 2006 MySQL AB
2
3
 
3
4
   This program is free software; you can redistribute it and/or modify
44
45
        nextLow = higher->lower;
45
46
        higher->lower = this;
46
47
}
 
48
#endif /* USE_PRECEDENCE */