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
8b49c02f
Commit
8b49c02f
authored
Apr 26, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1 sql/mysqld.cc: Auto merged
parents
d26b09fe
2f18d2c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
mysql-test/r/innodb-replace.result
mysql-test/r/innodb-replace.result
+1
-0
mysql-test/t/innodb-replace.test
mysql-test/t/innodb-replace.test
+4
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-0
sql/share/english/errmsg.txt
sql/share/english/errmsg.txt
+1
-1
No files found.
mysql-test/r/innodb-replace.result
View file @
8b49c02f
drop table if exists t1;
create table t1 (c1 char(5) unique not null, c2 int, stamp timestamp) engine=innodb;
select * from t1;
c1 c2 stamp
...
...
mysql-test/t/innodb-replace.test
View file @
8b49c02f
...
...
@@ -2,6 +2,10 @@
# embedded server ignores 'delayed', so skip this
--
source
include
/
not_embedded
.
inc
--
disable_warnings
drop
table
if
exists
t1
;
--
enable_warnings
#
# Bug #1078
#
...
...
sql/mysqld.cc
View file @
8b49c02f
...
...
@@ -1492,6 +1492,7 @@ void end_thread(THD *thd, bool put_in_cache)
thd
=
thread_cache
.
get
();
thd
->
real_id
=
pthread_self
();
(
void
)
thd
->
store_globals
();
thd
->
thr_create_time
=
time
(
NULL
);
threads
.
append
(
thd
);
pthread_mutex_unlock
(
&
LOCK_thread_count
);
DBUG_VOID_RETURN
;
...
...
sql/share/english/errmsg.txt
View file @
8b49c02f
...
...
@@ -67,7 +67,7 @@ character-set=latin1
"Column '%-.64s' cannot be null",
"Unknown database '%-.64s'",
"Table '%-.64s' already exists",
"Unknown table '%-.1
8
0s'",
"Unknown table '%-.1
0
0s'",
"Column '%-.64s' in %-.64s is ambiguous",
"Server shutdown in progress",
"Unknown column '%-.64s' in '%-.64s'",
...
...
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