Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8b4d6cca
Commit
8b4d6cca
authored
Sep 07, 2007
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change test name to already_there
git-svn-id:
file:///svn/tokudb@280
c7de825b-a66e-492c-adef-691d508d4ae1
parent
0b6f57e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
newbrt/pma-test.c
newbrt/pma-test.c
+3
-3
No files found.
newbrt/pma-test.c
View file @
8b4d6cca
...
...
@@ -1441,8 +1441,8 @@ void test_pma_delete() {
test_pma_double_delete
();
memory_check_all_free
();
}
void
test_pma_
double_insert
()
{
printf
(
"test_pma_
double_insert
\n
"
);
void
test_pma_
already_there
()
{
printf
(
"test_pma_
already_there
\n
"
);
int
error
;
PMA
pma
;
...
...
@@ -1484,7 +1484,7 @@ void pma_tests (void) {
test_pma_bulk_insert
();
memory_check_all_free
();
test_pma_insert_or_replace
();
memory_check_all_free
();
test_pma_delete
();
test_pma_
double_insert
();
memory_check_all_free
();
test_pma_
already_there
();
memory_check_all_free
();
}
int
main
(
int
argc
__attribute__
((
__unused__
)),
char
*
argv
[]
__attribute__
((
__unused__
)))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment