mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
Portability fixes
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name Docs/manual.texi: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name client/mysql.cc: Don't crash when using -q with long fields include/my_net.h: Portability fix mysql-test/t/truncate.test: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name readline/input.c: Portability fix scripts/make_binary_distribution.sh: Portability fix sql-bench/crash-me.sh: Portability fix sql/mini_client.cc: Portability fix sql/mysqld.cc: cleanup sql/share/dutch/errmsg.txt: Fixed typo sql/share/english/errmsg.txt: Fixed typo sql/share/greek/errmsg.txt: Fixed typo sql/share/hungarian/errmsg.txt: Fixed typo sql/share/italian/errmsg.txt: New translated messages sql/share/portuguese/errmsg.txt: Fixed typo sql/share/romanian/errmsg.txt: Fixed typo sql/share/slovak/errmsg.txt: Fixed typo sql/share/spanish/errmsg.txt: Fixed typo sql/sql_yacc.yy: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name support-files/Makefile.am: Portability fix
This commit is contained in:
parent
50c4cc1f8b
commit
1d63e924d7
20 changed files with 90 additions and 62 deletions
|
|
@ -329,7 +329,7 @@ $dbh->do("drop table crash_q $drop_attr");
|
|||
|
||||
report("truncate","truncate_table",
|
||||
"create table crash_q (a integer, b integer,c1 CHAR(10))",
|
||||
"truncate crash_q",
|
||||
"truncate table crash_q",
|
||||
"drop table crash_q $drop_attr");
|
||||
|
||||
if ($dbh->do("create table crash_q (a integer, b integer,c1 CHAR(10))") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue