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
d4a8e8d6
Commit
d4a8e8d6
authored
Dec 30, 2001
by
miguel@light.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minors changes for the Windows 3.23.47 release
parent
43f2238c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
mysys/my_bitmap.c
mysys/my_bitmap.c
+1
-0
sql/sql_do.cc
sql/sql_do.cc
+0
-1
No files found.
mysys/my_bitmap.c
View file @
d4a8e8d6
...
...
@@ -27,6 +27,7 @@
#include <my_bitmap.h>
#include <assert.h>
#include <string.h>
#include <m_string.h>
inline
void
bitmap_lock
(
MY_BITMAP
*
map
)
{
...
...
sql/sql_do.cc
View file @
d4a8e8d6
...
...
@@ -22,7 +22,6 @@
int
mysql_do
(
THD
*
thd
,
List
<
Item
>
&
values
)
{
int
error
;
List_iterator
<
Item
>
li
(
values
);
Item
*
value
;
DBUG_ENTER
(
"mysql_do"
);
...
...
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