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
1785df1e
Commit
1785df1e
authored
May 06, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1 sql/item.h: Auto merged
parents
429c488f
d6e4b6a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+6
-0
sql/item.h
sql/item.h
+1
-1
No files found.
scripts/make_win_src_distribution.sh
View file @
1785df1e
...
...
@@ -258,6 +258,12 @@ do
fi
done
#
# Fix some windows files
#
./extra/replace std::
""
--
$BASE
/sql/sql_yacc.cpp
#
# Initialize the initial data directory
#
...
...
sql/item.h
View file @
1785df1e
...
...
@@ -457,7 +457,7 @@ public:
longlong
val_int
();
String
*
val_str
(
String
*
)
{
return
&
str_value
;
}
int
save_in_field
(
Field
*
field
,
bool
no_conversions
);
enum
Item_result
result_type
()
const
{
return
INT
_RESULT
;
}
enum
Item_result
result_type
()
const
{
return
STRING
_RESULT
;
}
enum_field_types
field_type
()
const
{
return
MYSQL_TYPE_STRING
;
}
};
...
...
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