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
a3be64bf
Commit
a3be64bf
authored
May 20, 2001
by
monty@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed that MySQL compiles again after last merge.
parent
47b1235e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
myisam/myisamdef.h
myisam/myisamdef.h
+2
-0
mysql-test/r/innodb.result
mysql-test/r/innodb.result
+1
-1
sql/mysql_priv.h
sql/mysql_priv.h
+3
-2
No files found.
myisam/myisamdef.h
View file @
a3be64bf
...
@@ -531,6 +531,8 @@ extern int _mi_read_rnd_pack_record(MI_INFO*, byte *,my_off_t, my_bool);
...
@@ -531,6 +531,8 @@ extern int _mi_read_rnd_pack_record(MI_INFO*, byte *,my_off_t, my_bool);
extern
int
_mi_pack_rec_unpack
(
MI_INFO
*
info
,
byte
*
to
,
byte
*
from
,
extern
int
_mi_pack_rec_unpack
(
MI_INFO
*
info
,
byte
*
to
,
byte
*
from
,
ulong
reclength
);
ulong
reclength
);
extern
ulonglong
mi_safe_mul
(
ulonglong
a
,
ulonglong
b
);
extern
ulonglong
mi_safe_mul
(
ulonglong
a
,
ulonglong
b
);
extern
int
_mi_ft_update
(
MI_INFO
*
info
,
uint
keynr
,
byte
*
keybuf
,
const
byte
*
oldrec
,
const
byte
*
newrec
,
my_off_t
pos
);
struct
st_sort_info
;
struct
st_sort_info
;
...
...
mysql-test/r/innodb.result
View file @
a3be64bf
...
@@ -115,7 +115,7 @@ t1 index level level 1 NULL 39 where used; Using index
...
@@ -115,7 +115,7 @@ t1 index level level 1 NULL 39 where used; Using index
table type possible_keys key key_len ref rows Extra
table type possible_keys key key_len ref rows Extra
t1 index level level 1 NULL 39 where used; Using index
t1 index level level 1 NULL 39 where used; Using index
table type possible_keys key key_len ref rows Extra
table type possible_keys key key_len ref rows Extra
t1
ref level level 1 const 12
t1
ALL level NULL NULL NULL 39 where used
level id
level id
1 1002
1 1002
1 1003
1 1003
...
...
sql/mysql_priv.h
View file @
a3be64bf
...
@@ -414,8 +414,9 @@ TABLE *unlink_open_table(THD *thd,TABLE *list,TABLE *find);
...
@@ -414,8 +414,9 @@ TABLE *unlink_open_table(THD *thd,TABLE *list,TABLE *find);
SQL_SELECT
*
make_select
(
TABLE
*
head
,
table_map
const_tables
,
SQL_SELECT
*
make_select
(
TABLE
*
head
,
table_map
const_tables
,
table_map
read_tables
,
COND
*
conds
,
int
*
error
);
table_map
read_tables
,
COND
*
conds
,
int
*
error
);
Item
**
find_item_in_list
(
Item
*
item
,
List
<
Item
>
&
items
);
Item
**
find_item_in_list
(
Item
*
item
,
List
<
Item
>
&
items
);
bool
insert_fields
(
THD
*
thd
,
TABLE_LIST
*
tables
,
const
char
*
table_name
,
bool
insert_fields
(
THD
*
thd
,
TABLE_LIST
*
tables
,
List_iterator
<
Item
>
*
it
);
const
char
*
db_name
,
const
char
*
table_name
,
List_iterator
<
Item
>
*
it
);
bool
setup_tables
(
TABLE_LIST
*
tables
);
bool
setup_tables
(
TABLE_LIST
*
tables
);
int
setup_fields
(
THD
*
thd
,
TABLE_LIST
*
tables
,
List
<
Item
>
&
item
,
int
setup_fields
(
THD
*
thd
,
TABLE_LIST
*
tables
,
List
<
Item
>
&
item
,
bool
set_query_id
,
List
<
Item
>
*
sum_func_list
);
bool
set_query_id
,
List
<
Item
>
*
sum_func_list
);
...
...
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