mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
ndb - 5.1.2 build fix: Signal syms in test pgms on hp3750
This commit is contained in:
parent
bffe8fb29d
commit
e98fad6bcb
2 changed files with 7 additions and 0 deletions
|
@ -123,3 +123,7 @@ main(void)
|
|||
}
|
||||
|
||||
template class Vector<Record>;
|
||||
|
||||
// hp3750
|
||||
struct Signal { Signal(); int foo; };
|
||||
Signal::Signal(){}
|
||||
|
|
|
@ -368,3 +368,6 @@ print_undo_page(int count, void* ptr, Uint32 sz){
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
// hp3750
|
||||
Signal::Signal(){}
|
||||
|
|
Loading…
Reference in a new issue