~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_dspace.cc

Remove columndef (special case to build columndef (which is no longer
required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
 
205
205
 
206
206
/**
207
 
  Reallocate an existing chunkset in the dataspace
208
 
 
209
 
  Attempts to change the size of an existing chunkset
210
 
 
211
 
  @param  info            the hosting dataspace
212
 
  @param  chunk_count     the number of chunks that we expect as the result
213
 
  @param  pos             pointer to the existing chunkset
214
 
 
215
 
  @return  Error code or zero if successful
216
 
*/
217
 
 
218
 
int hp_reallocate_chunkset(HP_DATASPACE *, uint32_t , unsigned char* )
219
 
{
220
 
  /* Update should never change chunk_count in fixed-size mode */
221
 
  errno=HA_ERR_WRONG_COMMAND;
222
 
  return errno;
223
 
}
224
 
 
225
 
 
226
 
/**
227
207
  Allocate a single chunk in the dataspace
228
208
 
229
209
  Attempts to allocate a new chunk or reuse one from deleted list