mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.3 merge
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
/*
|
||||
Copyright (c) 2002, 2010, Oracle and/or its affiliates.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -100,6 +101,13 @@ struct MBR
|
||||
if (mbr->ymax > ymax)
|
||||
ymax= mbr->ymax;
|
||||
}
|
||||
void buffer(double d)
|
||||
{
|
||||
xmin-= d;
|
||||
ymin-= d;
|
||||
xmax+= d;
|
||||
ymax+= d;
|
||||
}
|
||||
|
||||
int equals(const MBR *mbr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user