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
81c25cef
Commit
81c25cef
authored
Nov 26, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
e8b6da43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/client_test.c
tests/client_test.c
+2
-2
No files found.
tests/client_test.c
View file @
81c25cef
...
@@ -8234,8 +8234,6 @@ int main(int argc, char **argv)
...
@@ -8234,8 +8234,6 @@ int main(int argc, char **argv)
/* Used for internal new development debugging */
/* Used for internal new development debugging */
test_drop_temp
();
/* to test DROP TEMPORARY TABLE Access checks */
test_drop_temp
();
/* to test DROP TEMPORARY TABLE Access checks */
#endif
#endif
test_bug1946
();
/* test that placeholders are allowed only in
prepared queries */
test_fetch_seek
();
/* to test stmt seek() functions */
test_fetch_seek
();
/* to test stmt seek() functions */
test_fetch_nobuffs
();
/* to fecth without prior bound buffers */
test_fetch_nobuffs
();
/* to fecth without prior bound buffers */
test_open_direct
();
/* direct execution in the middle of open stmts */
test_open_direct
();
/* direct execution in the middle of open stmts */
...
@@ -8335,6 +8333,8 @@ int main(int argc, char **argv)
...
@@ -8335,6 +8333,8 @@ int main(int argc, char **argv)
test_bug1180
();
/* BUG#1180 */
test_bug1180
();
/* BUG#1180 */
test_bug1500
();
/* BUG#1500 */
test_bug1500
();
/* BUG#1500 */
test_bug1644
();
/* BUG#1644 */
test_bug1644
();
/* BUG#1644 */
test_bug1946
();
/* test that placeholders are allowed only in
prepared queries */
end_time
=
time
((
time_t
*
)
0
);
end_time
=
time
((
time_t
*
)
0
);
total_time
+=
difftime
(
end_time
,
start_time
);
total_time
+=
difftime
(
end_time
,
start_time
);
...
...
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