1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

4.1 -> 5.0 merge

This commit is contained in:
igreenhoe/greenman@anubis.greendragongames.com
2006-07-13 16:35:25 -07:00
19 changed files with 246 additions and 125 deletions

View File

@@ -1084,7 +1084,7 @@ static int read_and_execute(bool interactive)
(We want to allow help, print and clear anywhere at line start
*/
if ((named_cmds || glob_buffer.is_empty())
&& !in_string && (com=find_command(line,0)))
&& !ml_comment && !in_string && (com=find_command(line,0)))
{
if ((*com->func)(&glob_buffer,line) > 0)
break;