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
3f06084e
Commit
3f06084e
authored
Jul 24, 2007
by
antony@pcg5ppc.xiphis.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compile on Windows for bug25714.c
--- fix compile on Windows for bug25714.c
parent
c42837a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
tests/bug25714.c
tests/bug25714.c
+6
-3
No files found.
tests/bug25714.c
View file @
3f06084e
...
...
@@ -13,10 +13,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
#include <my_sys.h>
#include <mysql.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <m_string.h>
#include <assert.h>
int
main
(
int
argc
,
char
**
argv
)
...
...
@@ -27,6 +27,8 @@ int main (int argc, char **argv)
const
char
*
query4
=
"INSERT INTO federated.t1 SET Value=54"
;
const
char
*
query5
=
"INSERT INTO federated.t1 SET Value=55"
;
MY_INIT
(
argv
[
0
]);
if
(
argc
!=
2
)
return
-
1
;
...
...
@@ -63,6 +65,7 @@ int main (int argc, char **argv)
(
long
)
mysql_insert_id
(
&
conn
));
mysql_close
(
&
conn
);
my_end
(
0
);
return
0
;
};
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