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
aa1b0240
Commit
aa1b0240
authored
Jul 06, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed enum Item_cast as it's not a 'class Item' child
parent
f688da00
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
sql/item_create.cc
sql/item_create.cc
+1
-1
sql/item_create.h
sql/item_create.h
+1
-1
sql/item_func.h
sql/item_func.h
+1
-1
sql/sql_yacc.yy
sql/sql_yacc.yy
+1
-1
No files found.
sql/item_create.cc
View file @
aa1b0240
...
@@ -470,7 +470,7 @@ Item *create_load_file(Item* a)
...
@@ -470,7 +470,7 @@ Item *create_load_file(Item* a)
}
}
Item
*
create_func_cast
(
Item
*
a
,
Item_cas
t
cast_type
,
CHARSET_INFO
*
cs
)
Item
*
create_func_cast
(
Item
*
a
,
Cast_targe
t
cast_type
,
CHARSET_INFO
*
cs
)
{
{
Item
*
res
;
Item
*
res
;
LINT_INIT
(
res
);
LINT_INIT
(
res
);
...
...
sql/item_create.h
View file @
aa1b0240
...
@@ -28,7 +28,7 @@ Item *create_func_bit_length(Item* a);
...
@@ -28,7 +28,7 @@ Item *create_func_bit_length(Item* a);
Item
*
create_func_coercibility
(
Item
*
a
);
Item
*
create_func_coercibility
(
Item
*
a
);
Item
*
create_func_ceiling
(
Item
*
a
);
Item
*
create_func_ceiling
(
Item
*
a
);
Item
*
create_func_char_length
(
Item
*
a
);
Item
*
create_func_char_length
(
Item
*
a
);
Item
*
create_func_cast
(
Item
*
a
,
Item_cas
t
cast_type
,
CHARSET_INFO
*
cs
);
Item
*
create_func_cast
(
Item
*
a
,
Cast_targe
t
cast_type
,
CHARSET_INFO
*
cs
);
Item
*
create_func_connection_id
(
void
);
Item
*
create_func_connection_id
(
void
);
Item
*
create_func_conv
(
Item
*
a
,
Item
*
b
,
Item
*
c
);
Item
*
create_func_conv
(
Item
*
a
,
Item
*
b
,
Item
*
c
);
Item
*
create_func_cos
(
Item
*
a
);
Item
*
create_func_cos
(
Item
*
a
);
...
...
sql/item_func.h
View file @
aa1b0240
...
@@ -1081,7 +1081,7 @@ public:
...
@@ -1081,7 +1081,7 @@ public:
/* For type casts */
/* For type casts */
enum
Item_cas
t
enum
Cast_targe
t
{
{
ITEM_CAST_BINARY
,
ITEM_CAST_SIGNED_INT
,
ITEM_CAST_UNSIGNED_INT
,
ITEM_CAST_BINARY
,
ITEM_CAST_SIGNED_INT
,
ITEM_CAST_UNSIGNED_INT
,
ITEM_CAST_DATE
,
ITEM_CAST_TIME
,
ITEM_CAST_DATETIME
,
ITEM_CAST_CHAR
ITEM_CAST_DATE
,
ITEM_CAST_TIME
,
ITEM_CAST_DATETIME
,
ITEM_CAST_CHAR
...
...
sql/sql_yacc.yy
View file @
aa1b0240
...
@@ -74,7 +74,7 @@ inline Item *or_or_concat(THD *thd, Item* A, Item* B)
...
@@ -74,7 +74,7 @@ inline Item *or_or_concat(THD *thd, Item* A, Item* B)
enum row_type row_type;
enum row_type row_type;
enum ha_rkey_function ha_rkey_mode;
enum ha_rkey_function ha_rkey_mode;
enum enum_tx_isolation tx_isolation;
enum enum_tx_isolation tx_isolation;
enum
Item_cas
t cast_type;
enum
Cast_targe
t cast_type;
enum Item_udftype udf_type;
enum Item_udftype udf_type;
CHARSET_INFO *charset;
CHARSET_INFO *charset;
thr_lock_type lock_type;
thr_lock_type lock_type;
...
...
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