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
6860d6f8
Commit
6860d6f8
authored
Oct 12, 2019
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a mysqld crash on Ubuntu-10.2 (Quantal)
parent
530f3f7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugin/type_inet/sql_type_inet.cc
plugin/type_inet/sql_type_inet.cc
+2
-2
sql/item_timefunc.cc
sql/item_timefunc.cc
+1
-1
No files found.
plugin/type_inet/sql_type_inet.cc
View file @
6860d6f8
...
...
@@ -1251,8 +1251,8 @@ class Item_char_typecast_func_handler_inet6_to_binary:
};
static
const
Item_char_typecast_func_handler_inet6_to_binary
item_char_typecast_func_handler_inet6_to_binary
;
static
Item_char_typecast_func_handler_inet6_to_binary
item_char_typecast_func_handler_inet6_to_binary
;
bool
Type_handler_inet6
::
...
...
sql/item_timefunc.cc
View file @
6860d6f8
...
...
@@ -2442,7 +2442,7 @@ class Item_char_typecast_func_handler: public Item_handled_func::Handler_str
};
static
const
Item_char_typecast_func_handler
item_char_typecast_func_handler
;
static
Item_char_typecast_func_handler
item_char_typecast_func_handler
;
void
Item_char_typecast
::
fix_length_and_dec_numeric
()
...
...
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