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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
63902469
Commit
63902469
authored
Feb 27, 2008
by
anozdrin/alik@quad
Browse files
Options
Browse Files
Download
Plain Diff
Merge quad.:/mnt/raid/alik/MySQL/devel/5.0-rt
into quad.:/mnt/raid/alik/MySQL/devel/5.1-rt-build
parents
47665310
ee94231f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
tests/mysql_client_test.c
tests/mysql_client_test.c
+6
-1
No files found.
tests/mysql_client_test.c
View file @
63902469
...
...
@@ -15525,6 +15525,10 @@ 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;
...
...
@@ -15704,6 +15708,7 @@ static void test_mysql_insert_id()
rc= mysql_query(mysql, "drop table t1,t2");
myquery(rc);
}
#endif
/*
Bug#20152: mysql_stmt_execute() writes to MYSQL_TYPE_DATE buffer
...
...
@@ -17691,7 +17696,7 @@ static struct my_tests_st my_tests[]= {
{
"test_bug14169"
,
test_bug14169
},
{
"test_bug17667"
,
test_bug17667
},
{
"test_bug15752"
,
test_bug15752
},
{
"test_mysql_insert_id"
,
test_mysql_insert_id
},
/* { "test_mysql_insert_id", test_mysql_insert_id }, Bug#34889 */
{
"test_bug19671"
,
test_bug19671
},
{
"test_bug21206"
,
test_bug21206
},
{
"test_bug21726"
,
test_bug21726
},
...
...
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