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
2acffddc
Commit
2acffddc
authored
Nov 29, 2000
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
parents
559edbef
1fc8c69a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mysys/Makefile.am
mysys/Makefile.am
+3
-3
sql/sql_show.cc
sql/sql_show.cc
+3
-3
No files found.
mysys/Makefile.am
View file @
2acffddc
...
...
@@ -83,17 +83,17 @@ FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
test_thr_alarm
:
thr_alarm.c $(LIBRARIES)
$(CP)
$(srcdir)
/thr_alarm.c ./test_thr_alarm.c
$(LINK)
$(FLAGS)
-DMAIN
./test_thr_alarm.c
$(LDADD)
$(LIBS)
$(RM)
./test_thr_alarm.
*
$(RM)
-f
./test_thr_alarm.
*
test_thr_lock
:
thr_lock.c $(LIBRARIES)
$(CP)
$(srcdir)
/thr_lock.c test_thr_lock.c
$(LINK)
$(FLAGS)
-DMAIN
./test_thr_lock.c
$(LDADD)
$(LIBS)
$(RM)
./test_thr_lock.
*
$(RM)
-f
./test_thr_lock.
*
test_vsnprintf
:
my_vsnprintf.c $(LIBRARIES)
$(CP)
$(srcdir)
/my_vsnprintf.c test_vsnprintf.c
$(LINK)
$(FLAGS)
-DMAIN
./test_vsnprintf.c
$(LDADD)
$(LIBS)
$(RM)
test_vsnprintf.
*
$(RM)
-f
test_vsnprintf.
*
test_dir
:
test_dir.c $(LIBRARIES)
$(LINK)
$(FLAGS)
-DMAIN
$(srcdir)
/test_dir.c
$(LDADD)
$(LIBS)
...
...
sql/sql_show.cc
View file @
2acffddc
...
...
@@ -603,7 +603,7 @@ mysqld_show_keys(THD *thd, TABLE_LIST *table_list)
else
net_store_null
(
packet
);
net_store_null
(
packet
);
// No pack_information yet
net_store_
null
(
packet
);
// No comments yet
net_store_
data
(
packet
,
key_info
->
flags
&
HA_FULLTEXT
?
"FULLTEXT"
:
""
);
if
(
my_net_write
(
&
thd
->
net
,(
char
*
)
packet
->
ptr
(),
packet
->
length
()))
DBUG_RETURN
(
1
);
/* purecov: inspected */
}
...
...
@@ -719,7 +719,7 @@ store_create_info(THD *thd, TABLE *table, String *packet)
field
->
sql_type
(
type
);
packet
->
append
(
type
.
ptr
(),
type
.
length
());
bool
has_default
=
(
field
->
type
()
!=
FIELD_TYPE_BLOB
&&
bool
has_default
=
(
field
->
type
()
!=
FIELD_TYPE_BLOB
&&
field
->
type
()
!=
FIELD_TYPE_TIMESTAMP
&&
field
->
unireg_check
!=
Field
::
NEXT_NUMBER
);
if
(
flags
&
NOT_NULL_FLAG
)
...
...
@@ -822,7 +822,7 @@ store_create_info(THD *thd, TABLE *table, String *packet)
packet
->
append
(
" DELAY_KEY_WRITE=1"
,
18
);
if
(
table
->
comment
)
{
packet
->
append
(
" COMMENT='"
,
10
);
packet
->
append
(
" COMMENT='"
,
10
);
append_unescaped
(
packet
,
table
->
comment
);
packet
->
append
(
'\''
);
}
...
...
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