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
6acae41b
Commit
6acae41b
authored
Sep 18, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
86f1f2a1
360b3a86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
heap/hp_info.c
heap/hp_info.c
+1
-2
sql/item_timefunc.cc
sql/item_timefunc.cc
+3
-3
No files found.
heap/hp_info.c
View file @
6acae41b
...
...
@@ -44,8 +44,7 @@ ulong heap_position_old(HP_INFO *info)
/* Note that heap_info does NOT return information about the
current position anymore; Use heap_position instead */
int
heap_info
(
reg1
HP_INFO
*
info
,
reg2
HEAPINFO
*
x
,
int
flag
__attribute__
((
unused
)))
int
heap_info
(
reg1
HP_INFO
*
info
,
reg2
HEAPINFO
*
x
,
int
flag
)
{
DBUG_ENTER
(
"heap_info"
);
x
->
records
=
info
->
s
->
records
;
...
...
sql/item_timefunc.cc
View file @
6acae41b
...
...
@@ -57,13 +57,13 @@ static String day_names[] =
String
(
"Sunday"
,
&
my_charset_latin1
)
};
enum
date_time_format_types
{
enum
date_time_format_types
{
TIME_ONLY
=
0
,
TIME_MICROSECOND
,
DATE_ONLY
,
DATE_TIME
,
DATE_TIME_MICROSECOND
};
typedef
struct
date_time_format
struct
date_time_format
{
const
char
*
format_str
;
uint
length
;
...
...
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