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
a48f1d24
Commit
a48f1d24
authored
Mar 12, 2008
by
kaa@kaamos.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enabled the test for mysql_insert_id() after merging from main.
parent
815898f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
tests/mysql_client_test.c
tests/mysql_client_test.c
+1
-7
No files found.
tests/mysql_client_test.c
View file @
a48f1d24
...
...
@@ -15214,11 +15214,6 @@ static void test_bug14169()
/*
Test that mysql_insert_id() behaves as documented in our manual
*/
#if 0
Commented out because of Bug#34889.
static
void
test_mysql_insert_id
()
{
my_ulonglong
res
;
...
...
@@ -15410,7 +15405,6 @@ static void test_mysql_insert_id()
rc
=
mysql_query
(
mysql
,
"drop table t1,t2"
);
myquery
(
rc
);
}
#endif
/*
...
...
@@ -16548,7 +16542,7 @@ static struct my_tests_st my_tests[]= {
{
"test_bug17667"
,
test_bug17667
},
{
"test_bug19671"
,
test_bug19671
},
{
"test_bug15752"
,
test_bug15752
},
/* { "test_mysql_insert_id", test_mysql_insert_id }, Bug#34889 */
{
"test_mysql_insert_id"
,
test_mysql_insert_id
},
{
"test_bug21206"
,
test_bug21206
},
{
"test_bug21726"
,
test_bug21726
},
{
"test_bug15518"
,
test_bug15518
},
...
...
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