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
aec1ed03
Commit
aec1ed03
authored
May 24, 2001
by
monty@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed vio because it broke compilation
parent
3641a481
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
435 additions
and
4 deletions
+435
-4
Makefile.am
Makefile.am
+1
-1
sql/Makefile.am
sql/Makefile.am
+4
-3
sql/violite.c
sql/violite.c
+430
-0
No files found.
Makefile.am
View file @
aec1ed03
...
...
@@ -22,7 +22,7 @@ TAR = gtar
EXTRA_DIST
=
INSTALL-SOURCE README
\
COPYING COPYING.LIB MIRRORS
SUBDIRS
=
include @docs_dirs@ @readline_dir@
\
@thread_dirs@ @pstack_dirs@
vio
@sql_client_dirs@
\
@thread_dirs@ @pstack_dirs@ @sql_client_dirs@
\
@sql_server_dirs@ @libmysqld_dirs@ scripts tests man
\
@bench_dirs@ support-files @fs_dirs@
...
...
sql/Makefile.am
View file @
aec1ed03
...
...
@@ -39,8 +39,9 @@ LDADD = ../isam/libnisam.a \
../mysys/libmysys.a
\
../dbug/libdbug.a
\
../regex/libregex.a
\
../vio/libvio.a
\
../strings/libmystrings.a
#../vio/libvio.a
mysqld_LDADD
=
@MYSQLD_EXTRA_LDFLAGS@
\
@bdb_libs@ @innodb_libs@ @pstack_libs@
\
@gemini_libs@
\
...
...
@@ -63,7 +64,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc
\
thr_malloc.cc item_create.cc
\
field.cc key.cc sql_class.cc sql_list.cc
\
net_serv.cc net_pkg.cc lock.cc my_lock.c
\
net_serv.cc
violite.c
net_pkg.cc lock.cc my_lock.c
\
sql_string.cc sql_manager.cc sql_map.cc
\
mysqld.cc password.c hash_filo.cc hostname.cc
\
convert.cc sql_parse.cc sql_yacc.yy
\
...
...
@@ -85,7 +86,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
md5.c stacktrace.c
gen_lex_hash_SOURCES
=
gen_lex_hash.cc
gen_lex_hash_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysqlbinlog_SOURCES
=
mysqlbinlog.cc mini_client.cc net_serv.cc
\
mysqlbinlog_SOURCES
=
mysqlbinlog.cc mini_client.cc net_serv.cc
violite.c
\
mini_client_errors.c password.c
mysqlbinlog_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
$(mysqld_LDADD)
...
...
sql/violite.c
0 → 100644
View file @
aec1ed03
This diff is collapsed.
Click to expand it.
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