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
b46f2ecf
Commit
b46f2ecf
authored
Jun 06, 2005
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
parents
22d20f89
80fbb13e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
11 deletions
+4
-11
VC++Files/libmysql/libmysql.dsp
VC++Files/libmysql/libmysql.dsp
+0
-4
netware/BUILD/mwenv
netware/BUILD/mwenv
+2
-2
netware/mysqld_safe.c
netware/mysqld_safe.c
+0
-2
sql/item_func.cc
sql/item_func.cc
+0
-1
sql/sql_select.cc
sql/sql_select.cc
+1
-1
sql/unireg.cc
sql/unireg.cc
+1
-1
No files found.
VC++Files/libmysql/libmysql.dsp
View file @
b46f2ecf
...
@@ -147,10 +147,6 @@ SOURCE="..\strings\ctype-czech.c"
...
@@ -147,10 +147,6 @@ SOURCE="..\strings\ctype-czech.c"
# End Source File
# End Source File
# Begin Source File
# Begin Source File
SOURCE="..\strings\ctype-cp932.c"
# End Source File
# Begin Source File
SOURCE="..\strings\ctype-euc_kr.c"
SOURCE="..\strings\ctype-euc_kr.c"
# End Source File
# End Source File
# Begin Source File
# Begin Source File
...
...
netware/BUILD/mwenv
View file @
b46f2ecf
...
@@ -19,9 +19,9 @@ export AR='mwldnlm'
...
@@ -19,9 +19,9 @@ export AR='mwldnlm'
export
AR_FLAGS
=
'-type library -o'
export
AR_FLAGS
=
'-type library -o'
export
AS
=
'mwasmnlm'
export
AS
=
'mwasmnlm'
export
CC
=
'mwccnlm -gccincludes'
export
CC
=
'mwccnlm -gccincludes'
export
CFLAGS
=
'-O3 -align 8 -proc 686 -relax_pointers -dialect c'
export
CFLAGS
=
'-
enum int -
O3 -align 8 -proc 686 -relax_pointers -dialect c'
export
CXX
=
'mwccnlm -gccincludes'
export
CXX
=
'mwccnlm -gccincludes'
export
CXXFLAGS
=
'-O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
export
CXXFLAGS
=
'-
enum int -
O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
export
LD
=
'mwldnlm'
export
LD
=
'mwldnlm'
export
LDFLAGS
=
'-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
export
LDFLAGS
=
'-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
export
RANLIB
=
:
export
RANLIB
=
:
...
...
netware/mysqld_safe.c
View file @
b46f2ecf
...
@@ -666,7 +666,6 @@ void mysql_start(int argc, char *argv[])
...
@@ -666,7 +666,6 @@ void mysql_start(int argc, char *argv[])
if
(
!
strnicmp
(
argv
[
i
],
private_options
[
j
],
strlen
(
private_options
[
j
])))
if
(
!
strnicmp
(
argv
[
i
],
private_options
[
j
],
strlen
(
private_options
[
j
])))
{
{
skip
=
TRUE
;
skip
=
TRUE
;
consoleprintf
(
"The argument skipped is %s
\n
"
,
argv
[
i
]);
break
;
break
;
}
}
}
}
...
@@ -674,7 +673,6 @@ void mysql_start(int argc, char *argv[])
...
@@ -674,7 +673,6 @@ void mysql_start(int argc, char *argv[])
if
(
!
skip
)
if
(
!
skip
)
{
{
add_arg
(
&
al
,
"%s"
,
argv
[
i
]);
add_arg
(
&
al
,
"%s"
,
argv
[
i
]);
consoleprintf
(
"The final argument is %s
\n
"
,
argv
[
i
]);
}
}
}
}
// spawn
// spawn
...
...
sql/item_func.cc
View file @
b46f2ecf
...
@@ -4725,7 +4725,6 @@ Item_func_sp::func_name() const
...
@@ -4725,7 +4725,6 @@ Item_func_sp::func_name() const
Field
*
Field
*
Item_func_sp
::
sp_result_field
(
void
)
const
Item_func_sp
::
sp_result_field
(
void
)
const
{
{
Field
*
field
;
DBUG_ENTER
(
"Item_func_sp::sp_result_field"
);
DBUG_ENTER
(
"Item_func_sp::sp_result_field"
);
if
(
!
m_sp
)
if
(
!
m_sp
)
...
...
sql/sql_select.cc
View file @
b46f2ecf
...
@@ -7996,7 +7996,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
...
@@ -7996,7 +7996,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
bool
using_unique_constraint
=
0
;
bool
using_unique_constraint
=
0
;
bool
use_packed_rows
=
0
;
bool
use_packed_rows
=
0
;
bool
not_all_columns
=
!
(
select_options
&
TMP_TABLE_ALL_COLUMNS
);
bool
not_all_columns
=
!
(
select_options
&
TMP_TABLE_ALL_COLUMNS
);
char
*
tmpname
,
path
[
FN_REFLEN
]
,
filename
[
FN_REFLEN
]
;
char
*
tmpname
,
path
[
FN_REFLEN
];
byte
*
pos
,
*
group_buff
;
byte
*
pos
,
*
group_buff
;
uchar
*
null_flags
;
uchar
*
null_flags
;
Field
**
reg_field
,
**
from_field
;
Field
**
reg_field
,
**
from_field
;
...
...
sql/unireg.cc
View file @
b46f2ecf
...
@@ -668,7 +668,7 @@ static bool make_empty_rec(THD *thd, File file,enum db_type table_type,
...
@@ -668,7 +668,7 @@ static bool make_empty_rec(THD *thd, File file,enum db_type table_type,
{
{
int
error
;
int
error
;
Field
::
utype
type
;
Field
::
utype
type
;
uint
firstpos
,
null_count
;
uint
null_count
;
uchar
*
buff
,
*
null_pos
;
uchar
*
buff
,
*
null_pos
;
TABLE
table
;
TABLE
table
;
create_field
*
field
;
create_field
*
field
;
...
...
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