mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge polly.local:/home/kaa/src/maint/bug28895/my50-bug28895
into polly.local:/home/kaa/src/maint/mysql-5.0-maint sql/sql_select.cc: Auto merged
This commit is contained in:
3
mysql-test/r/long_tmpdir.result
Normal file
3
mysql-test/r/long_tmpdir.result
Normal file
@ -0,0 +1,3 @@
|
||||
create view v1 as select table_name from information_schema.tables;
|
||||
drop view v1;
|
||||
End of 5.0 tests
|
1
mysql-test/t/long_tmpdir-master.opt
Normal file
1
mysql-test/t/long_tmpdir-master.opt
Normal file
@ -0,0 +1 @@
|
||||
--tmpdir=$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789
|
3
mysql-test/t/long_tmpdir-master.sh
Normal file
3
mysql-test/t/long_tmpdir-master.sh
Normal file
@ -0,0 +1,3 @@
|
||||
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
||||
test -d "$d" || mkdir "$d"
|
||||
rm -f "$d"/*
|
9
mysql-test/t/long_tmpdir.test
Normal file
9
mysql-test/t/long_tmpdir.test
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Bug #29015: Stack overflow in processing temporary table name when tmpdir path
|
||||
# is long
|
||||
#
|
||||
|
||||
create view v1 as select table_name from information_schema.tables;
|
||||
drop view v1;
|
||||
|
||||
--echo End of 5.0 tests
|
Reference in New Issue
Block a user