This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-23 23:34:34 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c584efd770
mariadb
/
linux
/
tests
/
try-assert0.c
8 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
look for valgrind errors [t:1496] git-svn-id: file:///svn/toku/tokudb@14310 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:58:00 -04:00
#
include
<stdio.h>
Addresses #2257 refs[t:2257] Merge windows port back into main. git-svn-id: file:///svn/toku/tokudb@16673 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:58:56 -04:00
#
include
<toku_assert.h>
look for valgrind errors [t:1496] git-svn-id: file:///svn/toku/tokudb@14310 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:58:00 -04:00
int
main
(
void
)
{
assert
(
0
)
;
return
0
;
}
Reference in a new issue
Copy permalink