sql/sql_plugin.cc

remove endspaces and tabs
This commit is contained in:
serg@janus.mylan 2007-04-13 19:24:46 +02:00
parent 3ecbb5a443
commit d2384064f2

View File

@ -1694,7 +1694,7 @@ bool plugin_foreach_with_mask(THD *thd, plugin_foreach_func *func,
: plugin_hash[type].records;
/*
Do the alloca out here in case we do have a working alloca:
leaving the nested stack frame invalidates alloca allocation.
leaving the nested stack frame invalidates alloca allocation.
*/
plugins=(struct st_plugin_int **)my_alloca(total*sizeof(plugin));
if (type == MYSQL_ANY_PLUGIN)
@ -2080,7 +2080,7 @@ static st_bookmark *find_bookmark(const char *plugin, const char *name,
strxmov(varname + 1, plugin, "_", name, NullS);
for (p= varname + 1; *p; p++)
if (*p == '-')
*p= '_';
*p= '_';
}
else
memcpy(varname + 1, name, namelen + 1);