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
e74182fe
Commit
e74182fe
authored
Feb 22, 2004
by
monty@mashka.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanups
parent
349358a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
acinclude.m4
acinclude.m4
+0
-1
innobase/Makefile.am
innobase/Makefile.am
+1
-1
sql/sql_delete.cc
sql/sql_delete.cc
+1
-2
sql/sql_yacc.yy
sql/sql_yacc.yy
+0
-1
No files found.
acinclude.m4
View file @
e74182fe
...
...
@@ -1208,7 +1208,6 @@ dnl Some libs are listed several times, in order for gcc to sort out
dnl circular references.
innodb_libs="\
\$(top_builddir)/innobase/usr/libusr.a\
\$(top_builddir)/innobase/odbc/libodbc.a\
\$(top_builddir)/innobase/srv/libsrv.a\
\$(top_builddir)/innobase/dict/libdict.a\
\$(top_builddir)/innobase/que/libque.a\
...
...
innobase/Makefile.am
View file @
e74182fe
...
...
@@ -23,7 +23,7 @@ TAR = gtar
noinst_HEADERS
=
ib_config.h
SUBDIRS
=
os ut btr buf com data dict dyn
eval
fil fsp fut
\
ha ibuf include lock log mach mem mtr
odbc
page
\
ha ibuf include lock log mach mem mtr page
\
pars que
read
rem row srv
sync
thr trx usr
# Don't update the files from bitkeeper
...
...
sql/sql_delete.cc
View file @
e74182fe
...
...
@@ -454,8 +454,7 @@ int multi_delete::do_deletes(bool from_send_error)
{
DBUG_RETURN
(
local_error
);
}
else
break
;
break
;
}
deleted
++
;
}
...
...
sql/sql_yacc.yy
View file @
e74182fe
...
...
@@ -3364,7 +3364,6 @@ keyword:
| MASTER_PASSWORD_SYM {}
| MASTER_SERVER_ID_SYM {}
| MASTER_CONNECT_RETRY_SYM {}
| MASTER_SERVER_ID_SYM {}
| MAX_CONNECTIONS_PER_HOUR {}
| MAX_QUERIES_PER_HOUR {}
| MAX_UPDATES_PER_HOUR {}
...
...
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